Skip to content

Commit a8fc98a

Browse files
authored
Update issue templates (#26)
1 parent 6dbbdfb commit a8fc98a

File tree

4 files changed

+90
-15
lines changed

4 files changed

+90
-15
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: Bug report
3+
about: Report an error that you found when using DeepEcho
4+
title: ''
5+
labels: bug, pending review
6+
assignees: ''
7+
8+
---
9+
10+
### Environment Details
11+
12+
Please indicate the following details about the environment in which you found the bug:
13+
14+
* DeepEcho version:
15+
* Python version:
16+
* Operating System:
17+
18+
### Error Description
19+
20+
<!--Replace this text with a description of what you were trying to get done.
21+
Tell us what happened, what went wrong, and what you expected to happen.-->
22+
23+
### Steps to reproduce
24+
25+
<!--Replace this text with a description of the steps that anyone can follow to
26+
reproduce the error. If the error happens only on a specific dataset, please
27+
consider attaching some example data to the issue so that others can use it
28+
to reproduce the error.-->
29+
30+
```
31+
Paste the command(s) you ran and the output.
32+
If there was a crash, please include the traceback here.
33+
```
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Feature request
3+
about: Request a new feature that you would like to see implemented in DeepEcho
4+
title: ''
5+
labels: new feature, pending review
6+
assignees: ''
7+
8+
---
9+
10+
### Problem Description
11+
12+
<!--Replace this with a description of the problem that you think DeepEcho should be able
13+
to solve and is not solving already-->
14+
15+
### Expected behavior
16+
17+
<!--Replace this a clear and concise description of what you would expect DeepEcho with regards
18+
with the described problem. If possible, explain how you would like to interact with DeepEcho
19+
and what the outcome of this interaction would be.-->
20+
21+
### Additional context
22+
23+
<!--Please provide any additional context that may be relevant to the issue here. If none,
24+
please remove this section.-->

.github/ISSUE_TEMPLATE/question.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: Question
3+
about: Doubts about DeepEcho usage
4+
title: ''
5+
labels: question, pending review
6+
assignees: ''
7+
8+
---
9+
10+
### Environment details
11+
12+
If you are already running DeepEcho, please indicate the following details about the environment in
13+
which you are running it:
14+
15+
* DeepEcho version:
16+
* Python version:
17+
* Operating System:
18+
19+
### Problem description
20+
21+
<!--Replace this with a description of the problem that you are trying to solve using DeepEcho. If
22+
possible, describe the data that you are using, or consider attaching some example data
23+
that others can use to propose a working solution for your problem.-->
24+
25+
### What I already tried
26+
27+
<!--Replace with a description of what you already tried and what is the behavior that you observe.
28+
If possible, also add below the exact code that you are running.-->
29+
30+
```
31+
Paste the command(s) you ran and the output.
32+
If there was a crash, please include the traceback here.
33+
```

0 commit comments

Comments
 (0)