From 6b229d6e4d9652ec3d3707f382319cd8c8fbc56a Mon Sep 17 00:00:00 2001 From: Meir Wahnon Date: Fri, 13 Nov 2015 23:55:16 +0200 Subject: [PATCH] add contrib guide --- contributing.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 contributing.md diff --git a/contributing.md b/contributing.md new file mode 100644 index 0000000..a7a4f1b --- /dev/null +++ b/contributing.md @@ -0,0 +1,12 @@ +# 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. +- Only Incident Response tools. +- Make an individual pull request for each suggestion. +- Use the following format: ` [RESOURCE](LINK) - DESCRIPTION ` +- The pull request and commit should have a useful title. +- Titles should be [capitalized](http://grammar.yourdictionary.com/capitalization/rules-for-capitalization-in-titles.html). + +Thank you for your suggestions!