- When contributing to this repository, please first ask to be assigned to an issue.
- Read throughout the Code of conduct and kindly follow it in all your contributions to this repository.
- Anonymous and random pull request will be labeled as spam.
- Keep your code as clean as possible.
- Make sure your code doesn't have a bug.
- Give a detailed description of what you've added or changed in the code.
- The pull request then will be reviewed and merged!
- Your PR will be then labeled with
hacktoberfest-accepted
label 🎉
- Search for an open issue which you can solve and ask to be assigned to it
- Fork the repository after you are assigned the issue
- Clone the repository (
git clone <repolink>
) - Create your own branch (
git checkout -b <branchname>
) - Add your changes (
git add .
) - Commit your changes (
git commit -m "<msg>"
) - Push to your branch (
git push origin <branchname>
) - Create a pull request 🎉