From e29a79a9bc1143f5ce017e6a52c48cee478b0b7b Mon Sep 17 00:00:00 2001 From: Waldemar Neto Date: Sun, 27 Sep 2015 17:05:38 -0300 Subject: [PATCH] Added contribuition guidelines --- contributing.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 contributing.md diff --git a/contributing.md b/contributing.md new file mode 100644 index 0000000..5757a60 --- /dev/null +++ b/contributing.md @@ -0,0 +1,8 @@ +# Contribution Guidelines + +Please ensure your pull request adheres to the following guidelines: + +- Search previous suggestions before making a new one, as yours may be a duplicate. +- Use the following format: `[code]( example link) - **Http Description** - Description.` + +Thank you for your suggestions!