Skip to content

Commit 853e1d1

Browse files
authored
Using new GitHub issue templates
1 parent 5779bb6 commit 853e1d1

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
```python
16+
<insert your code here>
17+
```
18+
error:
19+
```python
20+
<copy the full error message here>
21+
```
22+
**Screenshots**
23+
If applicable, add screenshots to help explain your problem.
24+
25+
**Expected behavior**
26+
A clear and concise description of what you expected to happen.
27+
28+
**Platform (please complete the following information):**
29+
- OS: [e.g. iOS]
30+
- Browser [e.g. chrome, safari]
31+
- Python API Version [e.g. `1.6.2`] (you can get this by typing `print(arcgis.__version__)`
32+
33+
**Additional context**
34+
Add any other context about the problem here, attachments etc.

0 commit comments

Comments
 (0)