You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.yaml
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,21 @@ body:
11
11
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)**.
12
12
13
13
- type: checkboxes
14
-
id: no-duplicate-issues
14
+
id: no-invalid-issues
15
15
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!"
18
18
options:
19
19
- label: "My request is about the [Tasks plugin for Obsidian](https://publish.obsidian.md/tasks/Introduction)."
20
20
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."
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature-request.yaml
+14-7Lines changed: 14 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -3,20 +3,27 @@ description: Request a new feature
3
3
labels: ["type: enhancement"]
4
4
body:
5
5
- type: checkboxes
6
-
id: no-duplicate-issues
6
+
id: no-invalid-issues
7
7
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!"
10
10
options:
11
11
- label: "My request is about the [Tasks plugin for Obsidian](https://publish.obsidian.md/tasks/Introduction)."
12
12
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."
14
14
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."
16
16
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."
18
25
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."
0 commit comments