Open to PRs for Hacktober Fest 2022. Only Genuine PRs will be accepted.
Hacktoberfest® is open to everyone in the global community. It encourages participation in the open source community, which grows bigger every year. Complete the 2022 challenge and earn a limited edition T-shirt.
More information can be found here.
- Chance to contribute to awesome open source projects.
- Polish you GitHub Skills.
- Free swags and T-Shirts from Digital Ocean
- Chance to get a tree planted and make Earth greener
You can add your projects, or any valid programs(please don't add too basic codes or any algorithm/DSA question) under any language. Just make sure to add the file under the correct directory.
- Time for your contribution! Follow the steps below:
- Fork the repository (Top right corner of this repo)
- Clone repository
git clone https://github.com/<your_github_user_name>/SmallWorkingProjects_Hacktoberfest22.git
- Change directory
cd SmallWorkingProjects_Hacktoberfest22
- Add the upstream
git remote add upstream https://github.com/Khushii-Arora/SmallWorkingProjects_Hacktoberfest22.git
- Check if it is added or not.
git remote -v
- Pull the change from upstream if any
git pull upstream main
create a new branch so that you can upload the code
git checkout -b <your_branch_name>
Make relavent changes
git add .
git commit -m "commit message"
git push -u origin <your_branch_name_entered_before>
- To create a pull request, click on `compare and pull requests. Please ensure you compare your feature branch to the desired branch of the repo you are supposed to make a PR to.
- Add an appropriate title and description to your pull request explaining your changes and efforts.
- Click on
Create Pull Request
- now you have successfully created a pull request
Note: "Please Don't make any changes to README.MD or submit any spam pull request