From f990a163b0d25311cd5cce68298055a188ddcd01 Mon Sep 17 00:00:00 2001 From: kirsty-hames Date: Mon, 3 Mar 2025 15:29:29 +0000 Subject: [PATCH 1/2] Create issue_template.md --- .github/ISSUE_TEMPLATE/issue_template.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue_template.md diff --git a/.github/ISSUE_TEMPLATE/issue_template.md b/.github/ISSUE_TEMPLATE/issue_template.md new file mode 100644 index 0000000..4a68cc3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_template.md @@ -0,0 +1,23 @@ +--- +name: Issue template +about: Create an issue to help us improve +--- + +### Subject of the issue/enhancement/features +Describe your issue here. + +### Your environment +* version (AT/Framework) +* which browser and its version +* device(s) + operating system(s) + +### Steps to reproduce +Tell us how to reproduce this issue. + +### Expected behaviour +Tell us what should happen + +### Actual behaviour +Tell us what happens instead + +### Screenshots (if you can) From 958cf52ab41c3f22b8243b411f86e11136ce1fca Mon Sep 17 00:00:00 2001 From: kirsty-hames Date: Mon, 3 Mar 2025 15:29:33 +0000 Subject: [PATCH 2/2] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false