diff --git a/.github/ISSUE_TEMPLATE/STR-UAT.md b/.github/ISSUE_TEMPLATE/STR-UAT.md new file mode 100644 index 00000000..beccb9cd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/STR-UAT.md @@ -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 +