File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments