From 8c00025aefdddda6cf27a07c6eae574697ba65b6 Mon Sep 17 00:00:00 2001 From: Guy Willis Date: Thu, 23 Jan 2025 09:00:39 +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 000000000..4a68cc347 --- /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 b271b8cf300be4787b6b73b40fef805170fa307a Mon Sep 17 00:00:00 2001 From: Guy Willis Date: Thu, 23 Jan 2025 09:01:30 +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 000000000..3ba13e0ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false