Welcome hackers! It is awesome to have you here! Before you start contributing with this project make sure you read our Code Of Conduct, it is really important to make this inclusive and open to everyone, otherwise, it would not be awesome This repository was created to help developers get started with Open Source during Hacktoberfest.
Add them to this list so others can find it too and start contributing.
NOTE: Check out
issues
labelled ashacktoberfest
and start contributing!
Tips: Make sure that you are submitting and committing things that are of quality substance, otherwise maintainers can invalidate your pull request. Check the full contribution guidelines for more information.
- Fork and clone the repository:
gh repo fork DSCEksu/hacktoberfest2020
. - Create a new branch:
git checkout -b my-branch-name
. - Add your changes to the appropriate sections.
NOTE: If you are not sure about the appropriate sections you can open an issue to discuss with the community.
- Commit and push your fork
git add .
git commit -m '@username: Commit message'
git push origin my-branch-name
- Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)
- Star the repository
- Pat yourself on the back and wait for your
pull request
to be reviewed and merged.