Skip to content

Commit eb3a40b

Browse files
authored
Merge pull request #2158 from poldracklab/oesteban-patch-1 [skip ci]
MAINT: Improve the questions on the bug-report template
2 parents c4eed72 + 15698a5 commit eb3a40b

File tree

1 file changed

+29
-9
lines changed

1 file changed

+29
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 29 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,40 @@ labels: 'bug'
66
assignees: ''
77

88
---
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?
9+
<!-- For your bug report, include this information: -->
10+
11+
### What version of fMRIPrep are you using?
12+
13+
### What kind of installation are you using? Containers (Singularity, Docker), or "bare-metal"?
14+
15+
### What is the exact command-line you used?
16+
```
17+
<place your command line here>
18+
```
19+
20+
### Have you checked that your inputs are BIDS valid?
21+
22+
### Did fMRIPrep generate the visual report for this particular subject? If yes, could you share it?
23+
<!-- we can download links from Dropbox, Box, Google Drive, etc. You can send them privately to [email protected].
24+
Reports do not contain data usable with personal identification or other research purposes -->
1725

26+
### Can you find some traces of the error reported in the visual report (at the bottom) or in *crashfiles*?
27+
```
28+
<please copy&paste all the information you can gather about errors>
29+
```
30+
31+
### Are you reusing previously computed results (e.g., FreeSurfer, Anatomical derivatives, work directory of previous run)?
32+
33+
34+
### fMRIPrep log
35+
If you have access to the output logged by fMRIPrep, please make sure to attach it as a text file to this issue.
36+
37+
<!--
1838
List the steps you performed that revealed the bug to you.
1939
Include any code samples. Enclose them in triple back-ticks (```)
2040
Like this:
2141
2242
```
2343
<code>
2444
```
25-
-->
45+
-->

0 commit comments

Comments
 (0)