From 73e2d64fcd1c4ce3206c42311bee9bb1ccd0d3f8 Mon Sep 17 00:00:00 2001 From: Electroblob <35599699+Electroblob77@users.noreply.github.com> Date: Fri, 17 Aug 2018 23:06:46 +0100 Subject: [PATCH] Update guide_for_contributing.md --- guide_for_contributing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide_for_contributing.md b/guide_for_contributing.md index 438e0cbe..235cd350 100644 --- a/guide_for_contributing.md +++ b/guide_for_contributing.md @@ -12,6 +12,8 @@ When submitting an issue, I would be grateful if you could follow these few guid - There's no need to put 'tags' in square brackets in the issue title, I'll put proper github issue tags on it which will also help organise it. You can use them to search for issues too! +- Don't close an issue unless it has actually been fixed or is no longer relevant - otherwise I might not end up fixing it at all! Usually I'll take care of closing issues anyway, so you don't have to worry about it. + - Most importantly, use gist or pastebin to post crash reports. Do not paste the entire crash report inline, not even in a code block! > If you've got a git account (which you do, if you're posting an issue) you can access gist, and pastebin doesn't require an account at all, so there's no excuse!