From 4eeab1d03f30d564bcc788f971bd019f48b4e693 Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Sat, 16 May 2026 12:42:13 +0100 Subject: [PATCH] Override bug report issue template The org-wide one (which I'm probably also about to remove) references e.g. "page in the curriculum" specifically - instead, make something more specific to this repo. --- .github/ISSUE_TEMPLATE/bug-report.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.yaml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml new file mode 100644 index 0000000..4d303ca --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -0,0 +1,20 @@ +name: Bug Report +description: Report something which isn't working properly +title: "" +labels: [Bug] +body: + - type: markdown + attributes: + value: | + Thanks for reporting an issue with this module! To help us fix please share a link to the page in the project and any steps required to reproduce it. + - type: input + attributes: + label: Link to the page + validations: + required: true + - type: textarea + attributes: + label: Steps to reproduce + description: Please include as much information as possible, including your OS and version numbers of any software involved. + validations: + required: true