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