From 27723337bdd43ea8507b32e739da70a23bdac8e2 Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Fri, 6 Dec 2024 17:42:56 +0000 Subject: [PATCH] chore: Add validation checkboxes to the Internal Issue template --- .github/ISSUE_TEMPLATE/internal-issue.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/internal-issue.yaml b/.github/ISSUE_TEMPLATE/internal-issue.yaml index 3ed1db34be..60233cfedf 100644 --- a/.github/ISSUE_TEMPLATE/internal-issue.yaml +++ b/.github/ISSUE_TEMPLATE/internal-issue.yaml @@ -9,6 +9,19 @@ body: 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. 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. + - type: checkboxes + id: no-invalid-issues + attributes: + label: "⚠️ Check request is valid." + description: "This repository is not about the Obsidian app!" + options: + - label: "My request is about the [Tasks plugin for Obsidian](https://publish.obsidian.md/tasks/Introduction)." + required: true + - label: "I am a developer/programmer on the Tasks plugin." + required: true + - label: "I am recording required changes to the implementation details of the Tasks plugin." + required: true + - type: textarea id: description attributes: