Skip to content

Commit b997eb0

Browse files
author
Leah Wasser
authored
Update issue templates
1 parent 84549e0 commit b997eb0

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
<br/>
33+
Details about <code>conda</code> and system ( <code>conda info</code> ):
34+
<details>
35+
36+
```
37+
$ conda info
38+
39+
```
40+
</details>

0 commit comments

Comments
 (0)