Skip to content

Commit

Permalink
Make bug report fMRIPost-specific.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Jan 6, 2025
1 parent 2dbd924 commit 3394df0
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,18 @@ body:
attributes:
label: What command did you use?
description: |
If you're using `fmriprep-docker`, please include the `RUNNING: ...` line that is printed first.
This helps us replicate the problem. This will be automatically formatted into code, so no need for backticks.
render: shell
validations:
required: true
- type: textarea
id: reuse
attributes:
label: What command did you use to run fMRIPrep?
description: |
If you ran another preprocessing pipeline, please share the command you used for that instead.
This will be automatically formatted into code, so no need for backticks.
render: shell
- type: input
id: version
attributes:
Expand Down Expand Up @@ -53,21 +60,6 @@ body:
- "No"
validations:
required: true
- type: dropdown
id: reuse
attributes:
label: Are you reusing any previously computed results?
description: |
You can select multiple options.
We recommend using a fresh working directory when upgrading to a new fMRIPost-AROMA minor series.
multiple: true
options:
- FreeSurfer
- Anatomical derivatives
- Work directory
- "No"
validations:
required: true
- type: textarea
id: logs
attributes:
Expand Down

0 comments on commit 3394df0

Please sign in to comment.