Skip to content

Commit 2772333

Browse files
committed
chore: Add validation checkboxes to the Internal Issue template
1 parent 7da75f6 commit 2772333

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/ISSUE_TEMPLATE/internal-issue.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ body:
99
This form is **only** for tracking topics by developers of the Tasks plugin and other contributors to the source code, like refactoring, dependency updates and similar.
1010
It is not intended for user questions, which should go in [Discussions/Q&A](https://github.com/obsidian-tasks-group/obsidian-tasks/discussions/categories/q-a), please - and will be closed if added here.
1111
12+
- type: checkboxes
13+
id: no-invalid-issues
14+
attributes:
15+
label: "⚠️ Check request is valid."
16+
description: "This repository is not about the Obsidian app!"
17+
options:
18+
- label: "My request is about the [Tasks plugin for Obsidian](https://publish.obsidian.md/tasks/Introduction)."
19+
required: true
20+
- label: "I am a developer/programmer on the Tasks plugin."
21+
required: true
22+
- label: "I am recording required changes to the implementation details of the Tasks plugin."
23+
required: true
24+
1225
- type: textarea
1326
id: description
1427
attributes:

0 commit comments

Comments
 (0)