@@ -14,7 +14,9 @@ Please be concise with code posted. See guidelines below on how to provide a goo
14
14
- Craft Minimal Bug Reports: http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports
15
15
- Minimal Complete Verifiable Examples: https://stackoverflow.com/help/mcve
16
16
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
+
18
20
-->
19
21
20
22
** What happened** :
@@ -37,10 +39,12 @@ Bug reports that follow these guidelines are easier to diagnose, and so are ofte
37
39
38
40
** Issue checklist**
39
41
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. -->
41
43
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.
46
50
- [ ] New issue — a cursory search of GitHub Issues suggests this is not a duplicate.
0 commit comments