File tree Expand file tree Collapse file tree 4 files changed +90
-15
lines changed Expand file tree Collapse file tree 4 files changed +90
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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+ ```
Original file line number Diff line number Diff line change 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.-->
Original file line number Diff line number Diff line change 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+ ```
You can’t perform that action at this time.
0 commit comments