From 6286a015cd238a783510cb8704208311cb00c76c Mon Sep 17 00:00:00 2001 From: Arlen Tees Date: Thu, 17 Jul 2025 16:50:40 -0700 Subject: [PATCH 1/2] Create STR-UAT Creating a markdown template for STR UAT tickets --- .github/ISSUE_TEMPLATE/STR-UAT | 38 ++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/STR-UAT diff --git a/.github/ISSUE_TEMPLATE/STR-UAT b/.github/ISSUE_TEMPLATE/STR-UAT new file mode 100644 index 00000000..beccb9cd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/STR-UAT @@ -0,0 +1,38 @@ +### Title: +[Short, descriptive title] + +--- + +### Test Scenario: +[Brief description of what is being tested] + +#### Preconditions: +- [List any setup or data required before testing] + +#### Test Steps: +1. [Step-by-step instructions] +2. ... +3. ... + +#### Expected Result: +[What should happen if the test passes] + +#### Actual Result: +[What actually happened during testing] + +### Status: +- [ ] Pass +- [ ] Fail + +### Logged bugs/tasks + +--- + +#### Comments: +[Any additional notes, screenshots, or logs] + +--- + +Tested By: @username +Date: YYYY-MM-DD + From 5fb287982a782f66619e6e12137ad8900f547dd7 Mon Sep 17 00:00:00 2001 From: Arlen Tees Date: Wed, 23 Jul 2025 15:28:01 -0700 Subject: [PATCH 2/2] Rename STR-UAT to STR-UAT.md adding .md extension --- .github/ISSUE_TEMPLATE/{STR-UAT => STR-UAT.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{STR-UAT => STR-UAT.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/STR-UAT b/.github/ISSUE_TEMPLATE/STR-UAT.md similarity index 100% rename from .github/ISSUE_TEMPLATE/STR-UAT rename to .github/ISSUE_TEMPLATE/STR-UAT.md