Skip to content

Commit

Permalink
Update issue templates (#3019)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored and shoyer committed Jun 15, 2019
1 parent 85fc441 commit c2a2a6e
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

#### MCVE Code Sample

In order for the maintainers to efficiently understand and prioritize issues, we ask you post a "Minimal, Complete and Verifiable Example" (MCVE): http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports

```python
# Your code here

```

#### Problem Description

[this should explain **why** the current behavior is a problem and why the expected output is a better solution.]

#### Expected Output

#### Output of ``xr.show_versions()``

<details>
# Paste the output here xr.show_versions() here

</details>

0 comments on commit c2a2a6e

Please sign in to comment.