Skip to content

Commit 2cf3e49

Browse files
authored
Merge pull request #2012 from mgxd/enh/gh-issues
ENH: Add issue templates
2 parents 1fa5a81 + 0aa550e commit 2cf3e49

File tree

4 files changed

+69
-0
lines changed

4 files changed

+69
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Bug report
3+
about: Something not working as described? This is the place.
4+
title: ''
5+
labels: 'bug'
6+
assignees: ''
7+
8+
---
9+
<!--
10+
For your bug report, include this information:
11+
-------------------------
12+
What version of fMRIPrep are you using?
13+
What were you trying to do?
14+
What did you expect will happen?
15+
What actually happened?
16+
Can you replicate the behavior? If yes, how?
17+
18+
List the steps you performed that revealed the bug to you.
19+
Include any code samples. Enclose them in triple back-ticks (```)
20+
Like this:
21+
22+
```
23+
<code>
24+
```
25+
-->
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Documentation improvement
3+
about: Is the documentation of something missing, unclear, or lacking? This is the place.
4+
title: ''
5+
labels: 'documentation'
6+
assignees: ''
7+
8+
---
9+
<!--
10+
For the Documentation request, please include the following:
11+
------------------------
12+
What would you like changed/added and why?
13+
Do you have any suggestions for the new documents?
14+
-->
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Feature request
3+
about: Got an idea for a new feature, or changing an existing one? This is the place.
4+
title: ''
5+
labels: 'enhancement'
6+
assignees: ''
7+
8+
---
9+
<!--
10+
For your feature request, include the following:
11+
------------------------
12+
What would you like changed/added and why?
13+
What would be the benefit? Does the change make something easier to use?
14+
-->

.github/ISSUE_TEMPLATE/questions.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Question
3+
about: Not sure if you are using this tool correctly, or other questions? This is the place.
4+
title: ''
5+
labels: 'question'
6+
assignees: ''
7+
8+
---
9+
<!--
10+
Before submitting a question, please search fMRIPrep's GitHub issues and https://neurostars.org
11+
12+
For your question, include the following:
13+
------------------------
14+
What are you trying to accomplish?
15+
What have you tried?
16+
-->

0 commit comments

Comments
 (0)