From 46994bdacd0a1b7fc7f4f7c53fac7c4057d346a9 Mon Sep 17 00:00:00 2001 From: kirsty-hames Date: Tue, 4 Mar 2025 11:51:07 +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 c91ca9301bb374c25dc7c8756fb8704b0b05b5e9 Mon Sep 17 00:00:00 2001 From: kirsty-hames Date: Tue, 4 Mar 2025 11:51:10 +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