From ecf11ed38a878f1ed10f41bb6906a95aae599a83 Mon Sep 17 00:00:00 2001 From: Cole Deck Date: Tue, 2 Jan 2024 18:55:18 +0000 Subject: [PATCH] Update ISSUE_TEMPLATE.yml --- ISSUE_TEMPLATE.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ISSUE_TEMPLATE.yml b/ISSUE_TEMPLATE.yml index 271714a..9e91d39 100644 --- a/ISSUE_TEMPLATE.yml +++ b/ISSUE_TEMPLATE.yml @@ -6,4 +6,12 @@ body: - type: textarea id: task-description attributes: - label: Task description \ No newline at end of file + 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