github: simplify issue template
it was annoying that the checkbox got included in the submitted issue The "Description" text also gets included in the submitted issue, which is also annoying, but I could not figure out how to remove that.
This commit is contained in:
@@ -14,17 +14,18 @@ body:
|
|||||||
* Do not post issues about non-**Bitcoin** versions of Electrum.
|
* Do not post issues about non-**Bitcoin** versions of Electrum.
|
||||||
|
|
||||||
----
|
----
|
||||||
- type: checkboxes
|
#- type: checkboxes
|
||||||
attributes:
|
# attributes:
|
||||||
label: Is there an existing issue for this already?
|
# label: Is there an existing issue for this already?
|
||||||
#description: Please search to see if this issue is already being tracked.
|
# #description: Please search to see if this issue is already being tracked.
|
||||||
options:
|
# options:
|
||||||
- label: I have searched the existing issues
|
# - label: I have searched the existing issues
|
||||||
required: true
|
# required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: main-text-body
|
id: main-text-body
|
||||||
attributes:
|
attributes:
|
||||||
label: Description
|
label: Description
|
||||||
#description: Tell us what went wrong
|
#description: Tell us what went wrong
|
||||||
|
placeholder: Please search existing issues for duplicates.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
Reference in New Issue
Block a user