From b47a88cd00113b11eacde8da8b299f542daaa198 Mon Sep 17 00:00:00 2001 From: Craig Alvord Date: Thu, 23 Oct 2025 10:33:58 -0700 Subject: [PATCH 1/3] Disable blank issues and provide maintainer template --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 64eb98d..8005e32 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,2 +1,2 @@ -blank_issues_enabled: true +blank_issues_enabled: false contact_links: [] From c1253e2d936a2d121589f3531cde34a7e36afef1 Mon Sep 17 00:00:00 2001 From: Craig Alvord Date: Thu, 23 Oct 2025 10:52:23 -0700 Subject: [PATCH 2/3] Create internal task issue template --- .github/ISSUE_TEMPLATE/internal_task.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/internal_task.yaml diff --git a/.github/ISSUE_TEMPLATE/internal_task.yaml b/.github/ISSUE_TEMPLATE/internal_task.yaml new file mode 100644 index 0000000..35fd442 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/internal_task.yaml @@ -0,0 +1,15 @@ +name: "🔒 Internal Task" +description: "For internal use only." +labels: ["internal"] +assignees: [] +body: + - type: markdown + attributes: + value: | + For internal use only. Please use templates to submit feature requests or bug reports. + - type: textarea + id: note + attributes: + label: Description + validations: + required: false From e5a6c253f2cd9706469244fe73d9d6823c53a4db Mon Sep 17 00:00:00 2001 From: Craig Alvord Date: Thu, 23 Oct 2025 10:53:52 -0700 Subject: [PATCH 3/3] Update internal task template message --- .github/ISSUE_TEMPLATE/internal_task.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/internal_task.yaml b/.github/ISSUE_TEMPLATE/internal_task.yaml index 35fd442..aebfd58 100644 --- a/.github/ISSUE_TEMPLATE/internal_task.yaml +++ b/.github/ISSUE_TEMPLATE/internal_task.yaml @@ -6,7 +6,7 @@ body: - type: markdown attributes: value: | - For internal use only. Please use templates to submit feature requests or bug reports. + For internal use only. Please use other templates to submit feature requests or bug reports. - type: textarea id: note attributes: