From 4a80a9f1418ae7b13238754f8e73fb4c377e69dd Mon Sep 17 00:00:00 2001 From: JeremyFriesenGitHub Date: Sun, 20 Oct 2024 16:58:41 -0400 Subject: [PATCH] chore(config/issue_template): create base template --- .github/ISSUE_TEMPLATE/04_other.yml | 31 +++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/04_other.yml diff --git a/.github/ISSUE_TEMPLATE/04_other.yml b/.github/ISSUE_TEMPLATE/04_other.yml new file mode 100644 index 000000000..4bd9bbfd8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/04_other.yml @@ -0,0 +1,31 @@ +name: Other +description: Create an issue that doesn't fit into any other category +title: 'type(scope-of-issue): description' +body: + - type: checkboxes + id: search + attributes: + label: Search checkbox + description: Insufficiently described issues will be closed, so please provide as much information as possible + options: + - label: Have you searched for similar [issues](https://github.com/cuhacking/2025/issues)? + - type: dropdown + id: platforms + attributes: + label: Platforms + multiple: true + options: + - all + - Website + - Docs + - Portal + default: 0 + validations: + required: true + - type: textarea + id: description + attributes: + label: Description + description: A brief description of what needs to be done + validations: + required: true