From 33e8ce237ab0d82d6a76dd4343463ac7f2358e0e Mon Sep 17 00:00:00 2001 From: Claudia Meadows Date: Fri, 15 Nov 2024 09:45:12 -0800 Subject: [PATCH] Delete .github/ISSUE_TEMPLATE/0-docs.yml Do a much better job discouraging filing docs bugs here Signed-off-by: Claudia Meadows --- .github/ISSUE_TEMPLATE/0-docs.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/0-docs.yml diff --git a/.github/ISSUE_TEMPLATE/0-docs.yml b/.github/ISSUE_TEMPLATE/0-docs.yml deleted file mode 100644 index 964a2b689..000000000 --- a/.github/ISSUE_TEMPLATE/0-docs.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: '📃 Documentation Issue' -description: Report an issue with Mithril.js's documentation -assignees: dead-claudia -labels: -- 'Area: Documentation' -body: -- type: checkboxes - attributes: - label: Is there an existing issue for this? - description: Please search to see if an issue already exists for the bug you encountered. - options: - - label: I have searched the existing issues - required: true -- type: input - attributes: - label: Offending URL - description: Provide a link to the page with the issue - placeholder: https://mithril.js.org/ - validations: - required: true -- type: textarea - attributes: - label: Issue description - description: What is the precise issue with it. Please be specific. - validations: - required: true