From 8151ad1117397317852543efd822be142406873c Mon Sep 17 00:00:00 2001 From: Joe Shenouda Date: Wed, 4 Jan 2017 12:25:40 +0100 Subject: [PATCH] Create CONTRIBUTING --- CONTRIBUTING | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CONTRIBUTING diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 0000000..58ccfa3 --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1,10 @@ +Contribution Guidelines + +Please ensure your pull request adheres to the following guidelines: + +* Make sure your submission is not a duplicate. +* Make an individual pull request for each suggestion. +* Adhere to the table formatting, which makes for easier reading. +* The pull request and commit should have a useful title. + +Thanks for your suggestions!