Skip to content

Commit a13caa5

Browse files
authored
Merge pull request #45 from BrainLesion/40-feature-request-we-need-issue-templates-to-get-more-meaningful-issues
40 feature request we need issue templates to get more meaningful issues
2 parents faad064 + 15c5155 commit a13caa5

3 files changed

Lines changed: 111 additions & 0 deletions

File tree

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
> [!NOTE]
11+
> If you encounter a bug related to one of the packages used in the tutorial, please report it in the GitHub repository of the relevant package, rather than in the tutorial repository itself.
12+
13+
14+
**Describe the bug**
15+
A clear and concise description of what the bug is.
16+
17+
**To Reproduce**
18+
Steps to reproduce the behavior:
19+
1. Go to '...'
20+
2. Install '....'
21+
3. Run commands '....'
22+
23+
**Expected behavior**
24+
A clear and concise description of what you expected to happen.
25+
26+
**Screenshots**
27+
If applicable, add screenshots to help explain your problem.
28+
29+
**Environment**
30+
31+
### operating system and version?
32+
e.g. Ubuntu 23.10 LTS
33+
34+
35+
### NVIDIA drivers and GPUs (if applicable)
36+
please paste the output of (or a more suitable base version for your system):
37+
```sh
38+
nvidia-smi
39+
```
40+
41+
You should see something like:
42+
```
43+
+---------------------------------------------------------------------------------------+
44+
| NVIDIA-SMI 530.30.02 Driver Version: 530.30.02 CUDA Version: 12.1 |
45+
|-----------------------------------------+----------------------+----------------------+
46+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
47+
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
48+
| | | MIG M. |
49+
|=========================================+======================+======================|
50+
| 0 NVIDIA RTX A5000 Off| 00000000:01:00.0 Off | Off |
51+
| 30% 17C P8 12W / 230W| 6MiB / 24564MiB | 0% Default |
52+
| | | N/A |
53+
+-----------------------------------------+----------------------+----------------------+
54+
| 1 Quadro RTX 8000 Off| 00000000:C1:00.0 Off | Off |
55+
| 33% 17C P8 9W / 260W| 6MiB / 49152MiB | 0% Default |
56+
| | | N/A |
57+
+-----------------------------------------+----------------------+----------------------+
58+
```
59+
60+
61+
### Python environment and version?
62+
e.g. Conda environment with Python 3.10. Check your Python version with:
63+
```sh
64+
python --version
65+
```
66+
67+
### version of brainles_preprocessing ?
68+
please specify your version of brainles_preprocessing (please make sure you run the latest version):
69+
```sh
70+
pip freeze | grep brainles_preprocessing
71+
```
72+
73+
**Additional context**
74+
Add any other context about the problem here.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
> [!NOTE]
11+
> If you have a feature request concerning one of the packages used in the tutorial, kindly submit it to the GitHub repository of the respective package, instead of the tutorial repository.
12+
>
13+
**Is your feature request related to a problem? Please describe.**
14+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
15+
16+
**Describe the solution you'd like**
17+
A clear and concise description of what you want to happen.
18+
19+
**Describe alternatives you've considered**
20+
A clear and concise description of any alternative solutions or features you've considered.
21+
22+
**Additional context**
23+
Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Question
3+
about: Please ask your question, make sure to read the FAQ before
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
> [!NOTE]
11+
> If you have a question regarding one of the packages used in the tutorial, please feel free to ask it in the GitHub repository of the relevant package, rather than in the tutorial repository itself.
12+
13+
**Your question**
14+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

0 commit comments

Comments
 (0)