From aad42f141d2398ad8ce479af04e6151bdd179f47 Mon Sep 17 00:00:00 2001 From: Cole Deck Date: Tue, 2 Jan 2024 18:57:35 +0000 Subject: [PATCH] Add issue template --- ISSUE_TEMPLATE.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ISSUE_TEMPLATE.yml diff --git a/ISSUE_TEMPLATE.yml b/ISSUE_TEMPLATE.yml new file mode 100644 index 0000000..9e91d39 --- /dev/null +++ b/ISSUE_TEMPLATE.yml @@ -0,0 +1,17 @@ +name: Kanban +about: Add task to kanban +title: "[Task]: " +projects: ["Jukebox/2"] +body: + - type: textarea + id: task-description + attributes: + label: Task description + - type: checkboxes + id: terms + attributes: + label: Assign to Project + description: Assign this issue to the Jukebox project to show it in the Kanban board ---> + options: + - label: I have assigned to the project + required: true \ No newline at end of file