From 10bc29042f448896ea8b35c0f1c70a9498f41500 Mon Sep 17 00:00:00 2001 From: kirsty-hames Date: Wed, 26 Feb 2025 19:34:31 +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 e7eb27f101dd6e375cdec42b2f08c706687f92bd Mon Sep 17 00:00:00 2001 From: kirsty-hames Date: Wed, 26 Feb 2025 19:34: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