From 590dd04fa3d0fda1965e84fb1d8272c023fdab42 Mon Sep 17 00:00:00 2001 From: Kshitij mishra Date: Sat, 1 Oct 2022 14:21:30 +0530 Subject: [PATCH] added Readme file to this repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This repository does not contain any readme file so i added a readme file to this repository so that it will be very beneficial for Contributors and Newcomers to know more about this repository in an efficient manner kindly merge this PR and any additional updates if you want in this file you can suggest me 😄 --- README.md | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2e293d7 --- /dev/null +++ b/README.md @@ -0,0 +1,55 @@ +# Cheatsheets🔥 + +
+

+ +

+ +## This repo consists of Large collection of Developer Cheat Sheets, created and maintained by the awesome developers across the globe🌎. it contains various Cheatsheets of languages like + C++, java and many more 🔥 + +:star: Feel free to create the new top-qulaity cheatsheets that are missing + +:star: Feel free update the contents of existing cheatsheets if you find something missing + +### This repository is open to all members of the GitHub community. Any member can contribute to this project! +# Guidelines + + 1. Dont copy the contents from somewhere else + 2. Quality is Preffered over Quantity + 3. Mention the references if you taken + 4. Note: Do not create a new directory if already exists. + 5. New Cheatsheet names should be meaningful. + 6. Don't spam it will be rejected immediately. + +--- + +# Steps For Contribution + +0. Star + +1. Fork + +2. Clone the forked repository. + +3. Navigate to the project directory. + +4 Make changes. + +6. Stage your changes and commit + +git commit -m "" +``` + +7. Push your local commits to the remote repo. +```css +git push -u origin +``` + +8. Create a Pull Request. + +9. Congratulations! 🎉 you've made your contribution. + + +--- +small contributions like typos are also welcomed 😄