Skip to content

Commit 9cc418e

Browse files
authored
Update issue templates
1 parent e640989 commit 9cc418e

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Bug report
3+
about: Report a bug to help us improve
4+
title: "[BUG] Title"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Description**
11+
A clear and concise description of the issue. Please include any relevant errors and/or screenshots.
12+
13+
**Reproduction/Minimal Working Example**
14+
Describe how to reproduce the behavior. Ideally, this includes a minimal working example.
15+
16+
**Expected behavior**
17+
A clear and concise description of the expected behavior.
18+
19+
**Environment information**
20+
Please include a basic description of your Python environment. In particular, please tell us
21+
what versions you're using for Python, `DRDMannTurb`, and the following dependencies:
22+
- `numpy`
23+
- `pyFFTW`
24+
- `pyevtk`
25+
- `scikit_learn`
26+
- `scipy`
27+
- `tensorboard`
28+
- `torch`
29+
30+
**Additional context**
31+
Add any other context about the problem here.
+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Feature request
3+
about: Suggest a feature to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Problem you'd like to address**
11+
A clear and concise description of the problem you'd like to address.
12+
13+
- I'm always frustrated when [...];
14+
- `DRDMannTurb` would benefit from having [...];
15+
- and so on.
16+
17+
**Propose your solution**
18+
A clear and concise description of your proposal.
19+
20+
**Additional context**
21+
Add any other context about the feature request here.

0 commit comments

Comments
 (0)