From f044e5e2008bca489fc766b7944d2c543654ddb2 Mon Sep 17 00:00:00 2001 From: Carl-Erik Kopseng Date: Thu, 22 Jun 2017 16:31:28 +0200 Subject: [PATCH 1/2] Remove unneeded section Also had a broken link --- .github/ISSUE_TEMPLATE.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 37d52734d..87f47cedb 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -13,6 +13,7 @@ > Describe *with code* how to reproduce the faulty behaviour, > or link to code on JSBin or similar +
Really long code sample or stacktrace @@ -21,6 +22,3 @@ please stuff it in a `
` tag such as this to make the issue more readable. Thanks.
- -[See this for an example](https://github.com/sinonjs/sinon/blob/master/CONTRIBUTING.md#bug-report-template) - From e534f0e33986bb322dd8120c201d7c044af01e4d Mon Sep 17 00:00:00 2001 From: Carl-Erik Kopseng Date: Thu, 22 Jun 2017 16:42:55 +0200 Subject: [PATCH 2/2] Add comment on usage questions --- .github/ISSUE_TEMPLATE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 87f47cedb..dafef3cca 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,5 +1,18 @@ + + > We understand you have a problem and are in a hurry, but please provide us with some info to make it much more likely for your issue to be understood, worked on and resolved quickly. + * Sinon version : _please verify that the bug exists in the latest Sinon release_ * Environment : * Example URL :