From 2bb32e1df03a4c9317fc7056fe251d5153382658 Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Wed, 8 Jan 2025 17:03:24 +0000 Subject: [PATCH] Use a default value for coursework LOs Previously we were using a placeholder, instead of a value, and this means that the moment you type something the placeholder disappears, and you probably can't remember what format you were meant to use. --- .github/ISSUE_TEMPLATE/coursework.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/coursework.yml b/.github/ISSUE_TEMPLATE/coursework.yml index e2ccc77..fa489f6 100644 --- a/.github/ISSUE_TEMPLATE/coursework.yml +++ b/.github/ISSUE_TEMPLATE/coursework.yml @@ -25,7 +25,7 @@ body: attributes: label: Learning Objectives description: https://common.codeyourfuture.io/common-theme/shortcodes/objectives/ - placeholder: | + value: | - [ ] CYF format, task list formatting @@ -85,4 +85,4 @@ body: - sprint 1,2,3,4 Once your ticket is complete, you may like to add it to the example project board attached to this repo. - This is so you understand how trainees will use your work. Nobody has built a board copier yet, so trainees will be doing this step themselves. \ No newline at end of file + This is so you understand how trainees will use your work. Nobody has built a board copier yet, so trainees will be doing this step themselves.