github: remove issue report title template
This commit is contained in:
parent
109498c1db
commit
817529b15f
|
@ -1,6 +1,5 @@
|
||||||
name: Bug report
|
name: Bug report
|
||||||
description: Found something wrong or broken? If it hasn't already been filed/solved, report it!
|
description: Found something wrong or broken? If it hasn't already been filed/solved, report it!
|
||||||
title: "[Bug] "
|
|
||||||
labels: ["bug"]
|
labels: ["bug"]
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
|
@ -99,7 +98,7 @@ body:
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Example:
|
Example:
|
||||||
I expect to be able to see information about the encrypted partition on basic mode.
|
I expect to be able to see information about the encrypted partition on basic mode.
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: actual
|
id: actual
|
||||||
validations:
|
validations:
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
name: Feature request
|
name: Feature request
|
||||||
description: Got a good idea that hasn't already been suggested? Mention it here!
|
description: Got a good idea that hasn't already been suggested? Mention it here!
|
||||||
title: "[Feature] "
|
|
||||||
labels: ["feature"]
|
labels: ["feature"]
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
name: Packaging
|
name: Packaging
|
||||||
description: For issues, questions, or requests regarding packaging or distribution.
|
description: For issues, questions, or requests regarding packaging or distribution.
|
||||||
title: "[Packaging] "
|
|
||||||
labels: ["packaging"]
|
labels: ["packaging"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|
Loading…
Reference in New Issue