From e28be265d174f44a4c7bcc535159e35a35652a1c Mon Sep 17 00:00:00 2001 From: Stephen J Day Date: Wed, 12 Aug 2015 10:45:42 -0700 Subject: [PATCH] Forbid commenting on closed issues Commenting on closed issues is rude and confusing. Most of the time, the issues aren't actually the same. It is much better to file a duplicate and merge them later when root cause has been identified than to have conflicting information throughout a ticket. Signed-off-by: Stephen J Day --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b91a1d0f..1a9ecb74 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,6 +33,7 @@ By following these simple rules you will get better and faster feedback on your - please refrain from adding "same thing here" or "+1" comments - you don't need to comment on an issue to get notified of updates: just hit the "subscribe" button - comment if you have some new, technical and relevant information to add to the case + - __DO NOT__ comment on closed issues or merged PRs. If you think you have a related problem, open up a new issue and reference the PR or issue. ### If you have not found an existing issue that describes your problem: