Skip to content

Commit

Permalink
hacktoberfest2024
Browse files Browse the repository at this point in the history
  • Loading branch information
hackelite01 committed Sep 30, 2024
1 parent ab73cbc commit 6bf8d61
Show file tree
Hide file tree
Showing 5 changed files with 296 additions and 2 deletions.
128 changes: 128 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
# Contributor Covenant Code of Conduct

## Our Pledge

We as members, contributors, and leaders pledge to make participation in our
community a harassment-free experience for everyone, regardless of age, body
size, visible or invisible disability, ethnicity, sex characteristics, gender
identity and expression, level of experience, education, socio-economic status,
nationality, personal appearance, race, religion, or sexual identity
and orientation.

We pledge to act and interact in ways that contribute to an open, welcoming,
diverse, inclusive, and healthy community.

## Our Standards

Examples of behavior that contributes to a positive environment for our
community includes:

* Demonstrating empathy and kindness toward other people
* Being respectful of differing opinions, viewpoints, and experiences
* Giving and gracefully accepting constructive feedback
* Accepting responsibility and apologizing to those affected by our mistakes,
and learning from the experience
* Focusing on what is best not just for us as individuals, but for the
overall community

Examples of unacceptable behavior include:

* The use of sexualized language or imagery, and sexual attention or
advances of any kind
* Trolling, insulting or derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or email
address, without their explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting

## Enforcement Responsibilities

Community leaders are responsible for clarifying and enforcing our standards of
acceptable behavior and will take appropriate and fair corrective action in
response to any behavior that they deem inappropriate, threatening, offensive,
or harmful.

Community leaders have the right and responsibility to remove, edit, or reject
comments, commits, code, wiki edits, issues, and other contributions that are
not aligned to this Code of Conduct, and will communicate reasons for moderation
decisions when appropriate.

## Scope

This Code of Conduct applies within all community spaces and also applies when
an individual is officially representing the community in public spaces.
Examples of representing our community include using an official e-mail address,
posting via an official social media account, or acting as an appointed
a representative at an online or offline event.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
.
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
reporter of any incident.

## Enforcement Guidelines

Community leaders will follow these Community Impact Guidelines in determining
the consequences for any action they deem in violation of this Code of Conduct:

### 1. Correction

**Community Impact**: Use of inappropriate language or other behavior deemed
unprofessional or unwelcome in the community.

**Consequence**: A private, written warning from community leaders, providing
clarity around the nature of the violation and an explanation of why the
behavior was inappropriate. A public apology may be requested.

### 2. Warning

**Community Impact**: A violation through a single incident or series
of actions.

**Consequence**: A warning with consequences for continued behavior. No
interaction with the people involved, including unsolicited interaction with
those enforcing the Code of Conduct, for a specified period of time. This
includes avoiding interactions in community spaces as well as external channels
like social media. Violating these terms may lead to a temporary or
permanent ban.

### 3. Temporary Ban

**Community Impact**: A serious violation of community standards, including
sustained inappropriate behavior.

**Consequence**: A temporary ban from any sort of interaction or public
communication with the community for a specified period of time. No public or
private interaction with the people involved, including unsolicited interaction
with those enforcing the Code of Conduct, is allowed during this period.
Violating these terms may lead to a permanent ban.

### 4. Permanent Ban

**Community Impact**: Demonstrating a pattern of violation of community
standards, including sustained inappropriate behavior, harassment of an
individual, or aggression toward or disparagement of classes of individuals.

**Consequence**: A permanent ban from any sort of public interaction within
the community.

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage],
version 2.0, available at
https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.

Community Impact Guidelines were inspired by [Mozilla's code of conduct
enforcement ladder](https://github.com/mozilla/diversity).

[homepage]: https://www.contributor-covenant.org

For answers to common questions about this code of conduct, see the FAQ at
https://www.contributor-covenant.org/faq. Translations are available at
https://www.contributor-covenant.org/translations.
35 changes: 35 additions & 0 deletions CONTRIBUTION_GUIDELINES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# πŸ“œ Contribution Guidelines

We are excited to have you contribute during Hacktoberfest 2024. To ensure a smooth and enjoyable experience for everyone, please follow these guidelines:

## πŸ’‘ General Guidelines

- **Valid Contributions Only**: All contributions should be meaningful and in line with the repository's purpose. Pull Requests (PRs) that do not add valueβ€”such as adding empty files, updating minor typos, or making insignificant changesβ€”will not be accepted.
- **Maintain Code Quality**: Ensure that your code is clean, well-documented, and follows the best practices of the programming language you are using. Poorly written code or submissions with errors will be marked as invalid.
- **Be Respectful and Kind**: We welcome contributors of all experience levels. Please be considerate and supportive of each other. Respect the work of your fellow contributors, and engage in constructive discussions.

## πŸ“ Directory Structure

We have a structured directory system to keep the repository organized:

- Each programming language has its own folder, such as `Java`, `Kotlin`, `React Native`, `Python`, etc.
- If you are contributing a project or code in a new language not already present, feel free to create a new directory for it. Use the language name as the folder name, such as `Go` or `C#`.
- Keep your projects and contributions within the relevant folder. For example, if you are contributing a Python project, place it in the `Python` folder.

This structure helps maintain order and ensures that future contributors can easily find and collaborate on projects.

## πŸ“ Submitting a Pull Request (PR)

- **Create a Fork**: Fork this repository to your GitHub account to start working on your changes.
- **Create a New Branch**: Create a new branch for your contribution (e.g., `hacktoberfest-<your-branch-name>`).
- **Make Changes**: Make your changes in your branch. Ensure your changes are complete and functional before submission.
- **Commit Your Changes**: Add a descriptive commit message (e.g., `Added a new Python script for data analysis`).
- **Push Your Branch**: Push your branch to your forked repository on GitHub.
- **Create a PR**: Submit a pull request to this repository. Include a brief description of what you’ve changed or added.

Our team will review your PR and provide feedback. If everything looks good, your contribution will be merged into the main project!

## 🀝 Community Guidelines

- **Respect Community Members**: Treat others as you would like to be treated. We encourage open discussions, but please keep them civil and productive.
- **Follow the Code of Conduct**: Our [Code of Conduct](CODE_OF_CONDUCT.md) outlines the
Empty file added Project List/ProjectList.md
Empty file.
135 changes: 133 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,133 @@
# hacktoberfest2024
πŸŽƒ Hacktoberfest 2024: Celebrate open source by contributing to this project! Make your first Pull Request, spread the love, and help grow the community. If you find it helpful, consider giving us a ⭐️ to show your support. Let's make a positive impact together this Hacktoberfest! πŸš€
# Hacktoberfest 2024 πŸŽ‰πŸ‘©β€πŸ’»πŸ‘¨
# πŸ‘‹ Welcome to Hacktoberfest 2024!

We're excited to have you here. Dive into the world of open source, contribute to meaningful projects, and connect with developers worldwide. Whether it's your first PR or your hundredth, every contribution counts. Let's build something great together!

![Hacktoberfest Banner](img/[email protected])

[![Contributions Welcome](https://img.shields.io/badge/Contributions-welcome-violet.svg?style=flat&logo=git)](https://github.com/hackelite01/hacktoberfest2024)
[![Repo Size](https://img.shields.io/github/repo-size/hackelite01/hacktoberfest2024)](https://github.com/hackelite01/hacktoberfest2024)

---

## πŸ“£ Join Us for Hacktoberfest 2024! πŸ‚

Hacktoberfest is all about celebrating open source, giving back to the community, and growing your coding skills.

**πŸ“… Event Date**: October 1st - October 31st, 2024

### πŸ”₯ How to Participate?

1. **Sign up for Hacktoberfest**: Head over to the [Official Hacktoberfest website](https://hacktoberfest.com/) and register with your GitHub account before the 30th of October.
2. **Start Contributing**: You’re free to contribute any quality code as long as it works! We have already created proper directories for different languages like `Java`, `Kotlin`, `JavaScript`, `React Native`, `Python`, and more. If you want to add a project in a different language like `Go`, `C#`, etc., feel free to create a separate directory. Just make sure to keep things organized. πŸ‘ <strong>To contribute to existing open-source projects, visit the [Project List](/Project%20List/ProjectList.md) folder to contribute existing opensource project.</strong>

---
## What Can You Contribute? πŸ› οΈ

We’re looking for contributions in the following areas:

- **Beginner Projects**: Share your small applications like a calculator, quiz, or to-do list app.
- **New Projects**: Feel free to add new projects to any existing directories, or if it’s in a new language, create a separate directory.
- **Documentation**: Add or update documentation files.
- **Bug Fixes**: Spot and fix any bugs in the existing projects.
- **Refactoring**: Improve the structure of existing code to make it cleaner.
- **Style Improvements**: Enhance the UI or code styling.
- **Low or Non-Code Contributions**: You can also contribute by improving documentation, creating tutorials, designing graphics, or any other non-code contributions. For more details, visit the [Hacktoberfest Low or Non-Code Contributions](https://hacktoberfest.com/participation/#low-or-non-code) page.
- **Your Creativity**: Use your creativity to brainstorm new features or improvements for existing projects. Your unique ideas can make a significant impact!

**To contribute to existing open-source projects, visit the [Project List](/Project%20List/ProjectList.md) folder to contribute to existing open-source projects.**


**Note**: For more information, you can visit [Hacktoberfest Website](https://hacktoberfest.com/participation/)!

---

## Quick Start Guide πŸš€
Now, you're ready to start contributing. Follow these simple steps, and you'll be contributing in no time:

1. **Fork this Repository**: By clicking the "[Fork](https://github.com/hackelite01/hacktoberfest2024/fork)" button at the top-right, you create your personal copy of this repository, your canvas for collaboration. You can use GitHub Desktop or Git CLI to make this process even easier.
2. **Clone it on Your Local Machine**: Use the following command to clone the repository.

```terminal
git clone https://github.com/hackelite01/hacktoberfest2024.git
```
3. **Navigate to the Project Directory**: Move into the project directory.
```terminal
cd hacktoberfest2024
```
4. **Create a New Branch**: With your fork ready, craft a new branch for your work. You can do this via the GitHub Desktop app or using Git commands in your terminal.
```terminal
git checkout -b my-new-branch
```
5. **Make Your Changes**: Now, your creativity knows no bounds. Whether it's an innovative project, a problem solution, or a cool creation, share it with us. Contribute to your chosen language's folder by adding your code, projects, or solutions.
6. **Commit Your Changes**: As you work on your project, ensure you commit your changes regularly to your new branch.
```terminal
git commit -m "Relevant message"
```
7. **Push to GitHub**: Once your masterpiece is ready, push your branch to your GitHub fork.
```terminal
git push origin my-new-branch
```
8. **Create a Pull Request (PR)**: The finishing touch! Submit a Pull Request from your fork to this repository. Our team is eager to review it, and if it's a valid program without errors, it'll become part of the community.
If you need detailed instructions and a step-by-step guide on making your first open-source contribution, check out [this article](https://zeeshanmukhtar1.hashnode.dev/your-first-open-source-contribution). It covers everything from forking the repository to making your first pull request in the Real Full Stack Project. Happy coding! πŸ’»
---
## Avoid Conflicts {Syncing your fork}
An easy way to avoid conflicts is to add an 'upstream' for your git repo, as other PRs may be merged while you're working on your branch/fork.
```terminal
git remote add upstream https://github.com/hackelite01/hacktoberfest2024
```

You can verify that the new remote has been added by typing:

```terminal
git remote -v
```

To pull any new changes from your parent repo, simply run:

```terminal
git merge upstream/master
```

This will give you any eventual conflicts and allow you to easily solve them in your repo. It's a good idea to use it frequently in between your own commits to make sure that your repo is up to date with its parent.

For more information on syncing forks, [read this article from GitHub](https://help.github.com/articles/syncing-a-fork/).

---


## πŸš€ Contribution Guidelines

We welcome contributions from everyone! Please review our [Contribution Guidelines](CONTRIBUTION_GUIDELINES.md) to get started.

For behavior expectations and community standards, refer to our [Code of Conduct](CODE_OF_CONDUCT.md).

---

## Contributors πŸ’–

Thanks to all the amazing contributors who have helped make a thriving community! 🌟

<a href="https://github.com/hackelite01/hacktoberfest2024/graphs/contributors">
<img src="https://contrib.rocks/image?repo=hackelite01/hacktoberfest2024" />
</a>

---

**Excited to dive into Hacktoberfest 2024?** Fork the repository, follow the guidelines, and start contributing. We can't wait to see what you build! πŸ’»βœ¨
Binary file added img/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6bf8d61

Please sign in to comment.