|
| 1 | +name: Bug Report |
| 2 | +description: File a report of a problem you encountered. |
| 3 | +labels: ["bug"] |
| 4 | +body: |
| 5 | + - type: markdown |
| 6 | + attributes: |
| 7 | + value: | |
| 8 | + # Thanks for taking the time to fill out this bug report! |
| 9 | + ### The following information will help us in getting your issue resolved. |
| 10 | + - type: textarea |
| 11 | + id: what-happened |
| 12 | + attributes: |
| 13 | + label: What happened? |
| 14 | + description: A short description of what went wrong. |
| 15 | + validations: |
| 16 | + required: true |
| 17 | + - type: textarea |
| 18 | + id: command |
| 19 | + attributes: |
| 20 | + label: What command did you use? |
| 21 | + description: | |
| 22 | + If you're using `fmriprep-docker`, please include the `RUNNING: ...` line that is printed first. |
| 23 | + This helps us replicate the problem. This will be automatically formatted into code, so no need for backticks. |
| 24 | + render: shell |
| 25 | + validations: |
| 26 | + required: true |
| 27 | + - type: input |
| 28 | + id: version |
| 29 | + attributes: |
| 30 | + label: What version of fMRIPost-template are you running? |
| 31 | + validations: |
| 32 | + required: true |
| 33 | + - type: dropdown |
| 34 | + id: environment |
| 35 | + attributes: |
| 36 | + label: How are you running fMRIPost-template? |
| 37 | + options: |
| 38 | + - Docker |
| 39 | + - Singularity |
| 40 | + - Local installation ("bare-metal") |
| 41 | + - Other |
| 42 | + validations: |
| 43 | + required: true |
| 44 | + - type: dropdown |
| 45 | + id: bids-valid |
| 46 | + attributes: |
| 47 | + label: Is your data BIDS valid? |
| 48 | + description: | |
| 49 | + The BIDS validator can be found at: https://bids-standard.github.io/bids-validator/ |
| 50 | + Errors should not be present, but warnings are acceptable. |
| 51 | + options: |
| 52 | + - "Yes" |
| 53 | + - "No" |
| 54 | + validations: |
| 55 | + required: true |
| 56 | + - type: dropdown |
| 57 | + id: reuse |
| 58 | + attributes: |
| 59 | + label: Are you reusing any previously computed results? |
| 60 | + description: | |
| 61 | + You can select multiple options. |
| 62 | + We recommend using a fresh working directory when upgrading to a new fMRIPost-template minor series. |
| 63 | + multiple: true |
| 64 | + options: |
| 65 | + - FreeSurfer |
| 66 | + - Anatomical derivatives |
| 67 | + - Work directory |
| 68 | + - "No" |
| 69 | + validations: |
| 70 | + required: true |
| 71 | + - type: textarea |
| 72 | + id: logs |
| 73 | + attributes: |
| 74 | + label: Please copy and paste any relevant log output. |
| 75 | + description: | |
| 76 | + Can you find some traces of the error reported in the visual report (at the bottom) or in *crashfiles*? |
| 77 | + This will be automatically formatted into code, so no need for backticks. |
| 78 | + render: shell |
| 79 | + - type: textarea |
| 80 | + id: addinfo |
| 81 | + attributes: |
| 82 | + label: Additional information / screenshots |
| 83 | + description: | |
| 84 | + If you would like to include any further information, such as any visual reports, please include them below. |
| 85 | + Alternatively, you can privately share with us at <[email protected]>. |
| 86 | + Reports do not contain data usable with personal identification or other research purposes. |
0 commit comments