From b63b5e447835157a47a28d418a89d96f8b632884 Mon Sep 17 00:00:00 2001 From: Hunter Wittenborn Date: Tue, 16 Jul 2024 22:53:43 -0500 Subject: [PATCH] feat(actions): auto-add issues into feature tracker --- .github/ISSUE_TEMPLATE/issue.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue.yml diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml new file mode 100644 index 0000000..2068d62 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -0,0 +1,11 @@ +name: Issue +description: File an issue. +projects: ["Python-Code-Jam-2024-Royal-Redshifts/1"] +body: + - type: textarea + id: issue + attributes: + label: Issue + placeholder: "Blah blah I need this and I need that blah blah blah" + validations: + required: true