From d262753d9568ce2a611121344cbf717aa2fde43e Mon Sep 17 00:00:00 2001 From: rshipp Date: Tue, 22 Sep 2015 15:55:12 +0200 Subject: [PATCH] Add to the CONTRIBUTING document --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a27f535..69a6b7a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,13 @@ When making a pull request, please follow these guidelines: - Lists within each section are alphabetized - Add sections if necessary - Clear, concise descriptions for each link, followed by a period +- No duplication of tools, put them where they make the most sense +- Wrap lines at ~80 chars, no trailing whitespace or unnecessary newlines - By submitting a pull request, you agree to release your submission under the [LICENSE](LICENSE) +The rules above take precedence, but in case I missed something, check [the +awesome guidelines](https://github.com/sindresorhus/awesome/blob/master/contributing.md) +too. + Thanks!