To contribute to this repository, follow the steps below:
-
Fork this repository with the button on the top right corner.
-
Clone the forked repository to your local machine
git clone https://github.com/iiitu-foss/hacktoberfest2022.git
- Create a new branch
git checkout -b <your-new-branch-name>
-
Make changes in the repository
-
Stage and commit your changes
git add .
git commit -m "your-commit-message"
- Push your local branch to the remote repository
git push -u origin <your-new-branch-name>
-
Create a pull request
- Go to your forked repository, and click on the `Compare & pull request` button. - Then add a descriptive title and description to your pull request that explains your contribution.
-
Star this repository
-
Wait for your PR review and merge approval!
-
Celebrate - you've done your first pull request!!
-
The PR should be made from a branch other than
main
. -
The PR should be made to the
main
branch. -
The PR should have a descriptive title and description.
-
The programs should be in the respective language folders.
-
Your name should be added to the
CONTRIBUTORS.md
file. -
The PR should not be spam.
-
For further acceptable criteria, refer to the Hacktoberfest 2022 website.