The CHEATSHEETS FOR DEVELOPERS
project can only grow through the contributions of the community. We appreciate your enthusiasm and contribution in helping our initiative.
- Make sure you are using appropriate template that corresponds to your issue.
- If your issue is different from provided templates, start a plain issue without using the template.
## Table of Contents
- [Topic Name for developers](#topic-name-for-developers)
- [Subtopic Name](#subtopic-name)
- [Sub-part1 Name](#sub-part1-name)
- [Sub-part2 Name](#sub-part2-name)
## Topic Name
## Subtopic Name
[Text for Subtopic/ Table for Subtopic]
**[🔼Back to Top](#table-of-contents)**
## Sub-part1 Name
[Text for Sub-part1/ Table for Sub-part1]
**[🔼Back to Top](#table-of-contents)**
## Sub-part2 Name
[Text for Sub-part2/ Table for Sub-part2]
**[🔼Back to Top](#table-of-contents)**
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
- For a new feature or function, please create an issue first to discuss it with us before submitting a pull request.
- Keep your change as focused as possible.
- If there are changes in multiple directories you would like to make that are not dependent upon each other, please submit them as separate pull requests.
- The pull request should have a useful title and description.
- Explain the rationale for your change in the pull request using a pull request template.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork this repository.
- Clone your forked copy of the project(
git clone https://github.com/Your-User-Name/CheatSheets-for-Developers.git
) - Navigate to the project directory(
cd CheatSheets-for-Developers
) - Create a new branch(
git checkout -b YourBranchName
) - Make changes in source code.
- Stage your changes(
git add .
) & commit your changes(git commit -m "<your_commit_message>"
) - Push your local commits to the remote repo(
git push origin YourBranchName
) - Create a PR