From 6e4a2b3f5a7c8864f70b91c2f73a8b9788329539 Mon Sep 17 00:00:00 2001 From: morkot Date: Fri, 1 Dec 2017 10:41:01 +0000 Subject: [PATCH] Fix Markdown according to markdown-lint --- .github/CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f367d3e..4ae1f64 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -3,14 +3,16 @@ This is a compilation of **Free and Libre Open Source Software ([FLOSS](https://en.wikipedia.org/wiki/Free_and_open-source_software))**. Restrictive licenses (aka Freeware, Shareware) are *not awesome*. Please adhere to the following guidelines or your Pull Request will be closed. ## Commits + * Search previous suggestions before making a new one. * Use the following format: `[RESOURCE](LINK) - DESCRIPTION.` * Keep descriptions short (<80 characters). * End descriptions with a full stop. * Make an individual commit for each category. * Order projects alphabetically. - + ## Pull Requests + * Consolidate multiple commits. * Use imperative (e.g. add instead of added/adding) in the PR title. * Include application names, categories and a link to the open source project page in the description. @@ -18,6 +20,7 @@ This is a compilation of **Free and Libre Open Source Software ([FLOSS](https:// * Put only stuff on the list you or another contributor can personally recommend ## Issues + * Discussion, questions and bug reports only. * If you are sure software meets the guidelines, create a Pull Request (see above). * Check spelling and grammar.