Everyone is Welcome to CheatSheets-for-Developers
!
- Complete your hacktoberfest.com registration here
- Make contributions and take part of
hacktoberfest-2022
By contributing you agree to the LICENSE of this repository.
By contributing you agree to respect the Code of Conduct of this repository.
- Fork the repo and git clone your fork
- Create your new branch
- Make your changes and commit them with a quick message of what was added
- Push your changes to remote repository
- Open a PR so that your changes can be reviewed and merged into the main project
- Give a meaningful commit message as well as a meaningful pull request
- PR (pull request) should contain little changes or modifications. Because large modifications increase the complexity of code review and delay the time of merging the pull request.
- Large modifications of pull requests might not be merged at all.
- Always keep little changes and make PR.
- Discuss your idea or doubt in the conversation section in GitHub.
- Always try to maintain the
tabular format
. - Try to avoid creating unnecessary issues.
- After creating a pull request, be patient to merge you PR.
If you are new to Open Sources, follow How-To at a glance