From 5da12a555369a53e95063d541f11baf680ff5d40 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 6 Apr 2016 14:56:41 -0400 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ebb54c1d02..d84e45a8fd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,3 +16,7 @@ Old filters which are confirmed to still be required must be moved to the end of ||data.inertanceretinallaurel.com^ This way this documents why a filter was added, and how to verify whether an old filter is still needed. The comment line preceding the filter(s) to solve a specific issue should be only a URL to the issue. The issue itself can contains all the details about how the issue was solved, and why it was solved this way, etc. + +##### Commit message + +Keep it simple, example: `this fixes #2`. The issue itself will contains all the details.