From 90d709d1515f2bf1dc8490768f012c4aac3be5d5 Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Fri, 23 Mar 2018 08:53:44 +0100 Subject: [PATCH] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index aee9128..c86af5a 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,8 +2,10 @@ Thanks for submitting an issue! * If this is a **feature request**, please make sure you explain the context, the goal, and why it is something that would go into bonobo core. Drafting some bits of spec is a good idea too, even if it's very draft-y. + * If this is a **bug report**, make sure you describe the expected and actual behaviour, eventually some minimal code or steps to reproduce the problem. + * If this is a **question**, please post it on slack overflow, and simply paste the question URL in an issue or in the slack channel. Also, when you get an answer, please consider contributing back the bits of documentation you would have loved to find in the first place.