Welcome to the world of open-source! It is really awesome to have you here. Before 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
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.json
.
- Fork and clone the repository
- Create a new branch:
git checkout -b my-branch-name
- Append your details to
contributors.json
file in the below format:
{
"github-username": "YOUR-GITHUB-USERNAME"
}
Note:
"github-username" should be same as the one you're making the pull request from.
- Push to your fork and submit a pull request
- Pat your self on the back and wait for your pull request to be reviewed and merged.
💻 Feel free to add a code snippet, be it a script or a DSA/CP problem or anything with your details to readme. Open to contributions from both devs, CP/DSA solvers and designers who want to make open-source bigger and better.