Skip to content

Commit 7da75f6

Browse files
committed
chore: Divide up the checkboxes in New Feature and Bug templates
1 parent 2df4b2a commit 7da75f6

File tree

2 files changed

+25
-11
lines changed

2 files changed

+25
-11
lines changed

.github/ISSUE_TEMPLATE/bug-report.yaml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,21 @@ body:
1111
Also, please make sure you **read and understand the [guide for good bug reports](https://publish.obsidian.md/tasks/Support+and+Help/Report+a+Bug)**.
1212
1313
- type: checkboxes
14-
id: no-duplicate-issues
14+
id: no-invalid-issues
1515
attributes:
16-
label: "Please check that this issue hasn't been reported before."
17-
description: "The **Label filters** may help make your search more focussed."
16+
label: "⚠️ Check issue is valid."
17+
description: "This repository is not about the Obsidian app!"
1818
options:
1919
- label: "My request is about the [Tasks plugin for Obsidian](https://publish.obsidian.md/tasks/Introduction)."
2020
required: true
21-
- label: "I searched previous [Bug Reports](https://github.com/obsidian-tasks-group/obsidian-tasks/issues?q=is%3Aopen+is%3Aissue+label%3A%22type%3A+bug%22+sort%3Acomments-desc) didn't find any similar reports."
21+
22+
- type: checkboxes
23+
id: no-duplicate-issues
24+
attributes:
25+
label: "⚠️ Check that this issue hasn't been reported before."
26+
description: "The **Label filters** may help make your search more focussed."
27+
options:
28+
- label: "I searched previous [Tasks plugin Bug Reports](https://github.com/obsidian-tasks-group/obsidian-tasks/issues?q=is%3Aopen+is%3Aissue+label%3A%22type%3A+bug%22+sort%3Acomments-desc) didn't find any similar reports."
2229
required: true
2330

2431
- type: textarea

.github/ISSUE_TEMPLATE/feature-request.yaml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,27 @@ description: Request a new feature
33
labels: ["type: enhancement"]
44
body:
55
- type: checkboxes
6-
id: no-duplicate-issues
6+
id: no-invalid-issues
77
attributes:
8-
label: "⚠️ Please check that this feature request hasn't been suggested before."
9-
description: "There are two locations for previous feature requests. Please search in both. Thank you. The **Label filters** may help make your search more focussed."
8+
label: "⚠️ Check request is valid."
9+
description: "This repository is not about the Obsidian app!"
1010
options:
1111
- label: "My request is about the [Tasks plugin for Obsidian](https://publish.obsidian.md/tasks/Introduction)."
1212
required: true
13-
- label: "I searched previous [Ideas in Discussions](https://github.com/obsidian-tasks-group/obsidian-tasks/discussions/categories/ideas-any-new-feature-requests-go-in-issues-please?discussions_q=category%3A%22Ideas%3A+Any+New+Feature+Requests+go+in+Issues+please%22+-label%3A%22status%3A+released%22+-label%3Aduplicate+sort%3Atop) didn't find any similar feature requests."
13+
- label: "I am only requesting a single feature in the Tasks plugin. Multiple changes should be split into individual requests, with links between them."
1414
required: true
15-
- label: "I searched previous [Issues](https://github.com/obsidian-tasks-group/obsidian-tasks/issues?q=is%3Aopen+is%3Aissue+label%3A%22type%3A+enhancement%22+sort%3Acomments-desc) didn't find any similar feature requests."
15+
- label: "I believe my requested feature will be generally applicable to other Tasks plugin users, not just me: it is not uniquely tied to my personal workflow."
1616
required: true
17-
- label: "I am only requesting a single feature. Multiple changes should be split into individual requests, with links between them."
17+
18+
- type: checkboxes
19+
id: no-duplicate-issues
20+
attributes:
21+
label: "⚠️ Please check that this feature request hasn't been suggested before."
22+
description: "There are two locations for previous feature requests. Please search in both. Thank you. The **Label filters** may help make your search more focussed."
23+
options:
24+
- label: "I searched previous [Tasks plugin Ideas in Discussions](https://github.com/obsidian-tasks-group/obsidian-tasks/discussions/categories/ideas-any-new-feature-requests-go-in-issues-please?discussions_q=category%3A%22Ideas%3A+Any+New+Feature+Requests+go+in+Issues+please%22+-label%3A%22status%3A+released%22+-label%3Aduplicate+sort%3Atop) didn't find any similar feature requests."
1825
required: true
19-
- label: "I believe my requested feature will be generally applicable to other users, not just me: it is not uniquely tied to my personal workflow."
26+
- label: "I searched previous [Tasks plugin Issues](https://github.com/obsidian-tasks-group/obsidian-tasks/issues?q=is%3Aopen+is%3Aissue+label%3A%22type%3A+enhancement%22+sort%3Acomments-desc) didn't find any similar feature requests."
2027
required: true
2128

2229
- type: textarea

0 commit comments

Comments
 (0)