From 0a30d9a87b0b5680f365505870cc377b5a875225 Mon Sep 17 00:00:00 2001 From: Bill Stumbo Date: Sat, 29 Nov 2025 16:51:35 -0500 Subject: [PATCH 1/2] Remove markdown from titles and other minor cleanup Markdown in titles is not rendered. --- .github/ISSUE_TEMPLATE/primer.yml | 4 ++-- .github/ISSUE_TEMPLATE/what_people_are_saying.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/primer.yml b/.github/ISSUE_TEMPLATE/primer.yml index 016db1a8b..9fea67a17 100644 --- a/.github/ISSUE_TEMPLATE/primer.yml +++ b/.github/ISSUE_TEMPLATE/primer.yml @@ -1,6 +1,6 @@ -name: Report an issue with the **Medley Interlisp for the Newcomer** primer +name: Report an issue with the "Medley Interlisp for the Newcomer" primer description: Use this template to report issues or make suggestions. -title: Title of your issue +title: "[Primer] " labels: - primer - documentation diff --git a/.github/ISSUE_TEMPLATE/what_people_are_saying.yml b/.github/ISSUE_TEMPLATE/what_people_are_saying.yml index f4ccb337e..ce304d722 100644 --- a/.github/ISSUE_TEMPLATE/what_people_are_saying.yml +++ b/.github/ISSUE_TEMPLATE/what_people_are_saying.yml @@ -1,6 +1,6 @@ -name: "New entry for **What People Are Saying**" -description: "Suggest a new entry for the **What People are Saying** page" -title: "What People are Saying suggestion" +name: New "What People Are Saying" entry +description: 'Suggest a new entry for the "What People are Saying" page' +title: "What People Are Saying suggestion" body: - type: dropdown id: contentType @@ -24,7 +24,7 @@ body: id: additionalInformation attributes: label: Additional information - description: "Use this space to supply any addiitonal information on the suggested item." + description: "Use this space to supply any additional information on the suggested item." validations: required: false - type: markdown From ab3090f29c21a631c2f8304bc25435d2f743719f Mon Sep 17 00:00:00 2001 From: Bill Stumbo Date: Sun, 30 Nov 2025 08:32:07 -0500 Subject: [PATCH 2/2] Update .github/ISSUE_TEMPLATE/what_people_are_saying.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Bill Stumbo --- .github/ISSUE_TEMPLATE/what_people_are_saying.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/what_people_are_saying.yml b/.github/ISSUE_TEMPLATE/what_people_are_saying.yml index ce304d722..c38267483 100644 --- a/.github/ISSUE_TEMPLATE/what_people_are_saying.yml +++ b/.github/ISSUE_TEMPLATE/what_people_are_saying.yml @@ -1,5 +1,5 @@ name: New "What People Are Saying" entry -description: 'Suggest a new entry for the "What People are Saying" page' +description: 'Suggest a new entry for the "What People Are Saying" page' title: "What People Are Saying suggestion" body: - type: dropdown