We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84549e0 commit b997eb0Copy full SHA for b997eb0
1 file changed
.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,40 @@
1
+---
2
+name: Bug report
3
+about: Create a report to help us improve
4
+title: Issue with earth analytics python environment
5
+labels: ''
6
+assignees: ''
7
+
8
9
10
+<!--
11
+Thanks for reporting your issue.
12
+Please fill out the sections below.
13
+-->
14
+**Describe the issue**
15
+A clear and concise description of what the bug is.
16
17
+**Desktop (please complete the following information):**
18
+ - OS: [e.g. iOS]
19
+ - Browser [e.g. chrome, safari]
20
+ - Version [e.g. 22]
21
22
+<br/>
23
+Environment (<code>conda list</code>):
24
+<details>
25
26
+```
27
+$ conda list
28
29
30
+</details>
31
32
33
+Details about <code>conda</code> and system ( <code>conda info</code> ):
34
35
36
37
+$ conda info
38
39
40
0 commit comments