Skip to content

Commit

Permalink
Make bug report template fMRIPost-specific (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo authored Jan 6, 2025
1 parent 2dbd924 commit 89c0110
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 20 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
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ classifiers = [
dependencies = [
"fmriprep @ git+https://github.com/nipreps/fmriprep.git@master",
"nipype >= 1.8.5",
"nireports @ git+https://github.com/nipreps/nireports.git@main",
"nireports",
"nitransforms >= 24.0.2",
"niworkflows @ git+https://github.com/nipreps/niworkflows.git@master",
"niworkflows",
"pybids >= 0.15.6",
"sdcflows @ git+https://github.com/nipreps/sdcflows.git@master",
"smriprep @ git+https://github.com/nipreps/smriprep.git@master",
"sdcflows",
"smriprep",
"typer",
]
dynamic = ["version"]
Expand Down

0 comments on commit 89c0110

Please sign in to comment.