Skip to content

Commit 971d642

Browse files
committed
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.
1 parent 6e92a00 commit 971d642

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/ISSUE_TEMPLATE/issue.yml .github/ISSUE_TEMPLATE/01_issue.yml

+8-7
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,18 @@ body:
1414
* Do not post issues about non-**Bitcoin** versions of Electrum.
1515
1616
----
17-
- type: checkboxes
18-
attributes:
19-
label: Is there an existing issue for this already?
20-
#description: Please search to see if this issue is already being tracked.
21-
options:
22-
- label: I have searched the existing issues
23-
required: true
17+
#- type: checkboxes
18+
# attributes:
19+
# label: Is there an existing issue for this already?
20+
# #description: Please search to see if this issue is already being tracked.
21+
# options:
22+
# - label: I have searched the existing issues
23+
# required: true
2424
- type: textarea
2525
id: main-text-body
2626
attributes:
2727
label: Description
2828
#description: Tell us what went wrong
29+
placeholder: Please search existing issues for duplicates.
2930
validations:
3031
required: true

0 commit comments

Comments
 (0)