From c42876ac2e80418ea9a5d977ef81604facd4ffb9 Mon Sep 17 00:00:00 2001 From: Abhishek Naidu Date: Sun, 12 Jul 2020 18:48:28 +0530 Subject: [PATCH] Create contributing.md --- contributing.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 contributing.md diff --git a/contributing.md b/contributing.md new file mode 100644 index 0000000..39d9b30 --- /dev/null +++ b/contributing.md @@ -0,0 +1,13 @@ +# Contribution Guidelines + +Please ensure your pull request adheres to the following guidelines: + +- The name of the file should be your **username.md** file +- Search previous suggestions before making a new one, as yours may be a duplicate. +- Suggested Github Profile READMEs should be beautiful or stand out in some way. +- Make an individual pull request for each suggestion. +- Start the description with a capital and end with a full stop/period. +- Check your spelling and grammar. +- Make sure your text editor is set to remove trailing whitespace. + +Thank you for your suggestions!