Skip to content

Commit 2713117

Browse files
committed
Update issue template to include a checklist
1 parent 7bfee3e commit 2713117

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,20 @@ Bug reports that follow these guidelines are easier to diagnose, and so are ofte
2727
# Put your MCVE code here
2828
```
2929

30-
**Anything else we need to know?**:
31-
3230
**Environment**:
3331

3432
<details><summary>Output of <tt>xr.show_versions()</tt></summary>
3533

36-
<!-- Paste the output here xr.show_versions() here -->
37-
34+
<!-- Paste the output of `xr.show_versions()` here -->
3835

3936
</details>
37+
38+
**Issue checklist**
39+
40+
<!-- Please confirm the guidelines have been followed before posting the issue. -->
41+
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.
46+
- [ ] New issue — a cursory search of GitHub Issues suggests this is not a duplicate.

0 commit comments

Comments
 (0)