This is a beginner friendly repository made specifically for Hacktoberfest that helps you get your first PR and takes you a step closer to earning your Hacktoberfest T-shirt 👕. If you are a beginner, and looking for your first contribution, we are here to help. Just add your details to contributors.toml
.
- Fork this repository
- Clone your forked repository to your local machine -
git clone https://github.com/your-name/hacktoberfest
- Create a new branch -
git checkout -b your-branch-name
- Add your details into
config.toml
- Add your work into
code
ornon-code
folder- You can add your work in any language you want
- Designers can add their work in
non-code
folder
- Use
git add .
andgit commit -m "message"
to add your changes into git - Push your changes -
git push origin your-branch-name
- Submit a pull request