mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
chore: Add checkboxes for bug report
This commit is contained in:
parent
2da712f6f3
commit
816803dbe9
1 changed files with 8 additions and 6 deletions
14
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
14
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -2,13 +2,15 @@ name: Bug report
|
||||||
description: Report something that is broken or incorrect
|
description: Report something that is broken or incorrect
|
||||||
labels: bug
|
labels: bug
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
label: Have you checked the docs?
|
||||||
Before you post this issue, please check the documentation:
|
description: I have checked the following places for my error
|
||||||
|
options:
|
||||||
- [nf-core website: troubleshooting](https://nf-co.re/usage/troubleshooting)
|
- label: "[nf-core website: troubleshooting](https://nf-co.re/usage/troubleshooting)"
|
||||||
- [nf-core/rnaseq pipeline documentation](https://nf-co.re/rnaseq/usage)
|
required: true
|
||||||
|
- label: "[nf-core modules documentation](https://nf-co.re/docs/contributing/modules)"
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
|
|
Loading…
Reference in a new issue