cheat-sheet-database
An Awesome Database of Cheat Sheets
Github Contribution Rules
- Pull requests can be submitted to any opted-in repository on GitHub or GitLab.
- The pull request must contain commits you made yourself.
- If a maintainer reports your pull request as spam, it will not be counted toward your participation in Hacktoberfest.
- If a maintainer reports behavior that’s not in line with the project’s code of conduct, you will be ineligible to participate.
- To get a shirt, you must make four approved pull requests (PRs) on opted-in projects between October 1-31 in any time zone.
- This year, the first 50,000 participants can earn a T-shirt.
-
You must specify the source of cheat sheet in PR message in order to give creadits to the creator.
Steps to Contrbute to this Repository:
- Fork this repo (button on top)
- Clone on your local machine
git clone https://github.com/rohitgarg025/cheat-sheet-database.git
git checkout -b my-new-branch
- Add your Cheat sheet on any topic
git add .
- Commit your changes.
git commit -m "Relevant message"