Skip to content

Commit e99e15f

Browse files
committed
Add a separate template for bug reports
Using Github's new feature to have separate templates for bug reports and feature requests.
1 parent 13bac6c commit e99e15f

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
5+
---
6+
7+
**Description of the problem**
8+
9+
<!-- Please be as detailed as you can when describing an issue. The more information we have, the easier it will be for us to track this down. -->
10+
11+
**Full code that generated the error**
12+
13+
```python
14+
PASTE CODE HERE
15+
```
16+
17+
**Full error message**
18+
19+
```
20+
PASTE ERROR MESSAGE HERE
21+
```
22+
23+
**System information**
24+
25+
* Operating system:
26+
* Python installation (Anaconda, system, ETS):
27+
* Version of GMT:
28+
* Version of Python:
29+
* Version of this package:
30+
* If using conda, paste the output of `conda list` below:
31+
32+
<details>
33+
<summary>output of conda list</summary>
34+
<pre>
35+
PASTE OUTPUT OF CONDA LIST HERE
36+
</pre>
37+
</details>

0 commit comments

Comments
 (0)