Skip to content

Commit 9c924fb

Browse files
committed
1 parent 2713117 commit 9c924fb

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ Please be concise with code posted. See guidelines below on how to provide a goo
1414
- Craft Minimal Bug Reports: http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports
1515
- Minimal Complete Verifiable Examples: https://stackoverflow.com/help/mcve
1616
17-
Bug reports that follow these guidelines are easier to diagnose, and so are often handled much more quickly.
17+
While we recognize these take time & effort to create, issues that follow these guidelines are faster
18+
to diagnose, and promote a healthy ecosystem of timely responses to high quality issues.
19+
1820
-->
1921

2022
**What happened**:
@@ -37,10 +39,12 @@ Bug reports that follow these guidelines are easier to diagnose, and so are ofte
3739

3840
**Issue checklist**
3941

40-
<!-- Please confirm the guidelines have been followed before posting the issue. -->
42+
<!-- Please the issue is consistent with the guidelines before posting the issue. -->
4143

42-
- [ ] Minimal example — the example is about as small as possible to show the
43-
underlying issue in xarray, and doesn't link to external data.
44-
- [ ] Complete example — the example is self-contained, and includes any traceback.
45-
- [ ] Verifiable example — the example copies & pastes into an IPython prompt.
44+
- [ ] Minimal example — the example is approximately as focused as possible to
45+
demonstrate the underlying issue in xarray.
46+
- [ ] Complete example — the example is self-contained, including all data and
47+
the text of any traceback.
48+
- [ ] Verifiable example — the example copy & pastes into an IPython prompt, returning
49+
the result.
4650
- [ ] New issue — a cursory search of GitHub Issues suggests this is not a duplicate.

0 commit comments

Comments
 (0)