diff --git a/.github/ISSUE_TEMPLATE/gwa-api-bug-issue-template.md b/.github/ISSUE_TEMPLATE/gwa-api-bug-issue-template.md new file mode 100644 index 00000000..9afd6f26 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/gwa-api-bug-issue-template.md @@ -0,0 +1,63 @@ +--- +name: GWA API Bug Issue Template +about: Generic template for bug GitHub issues +title: '' +labels: bug, jira +assignees: '' + +--- + +# GWA API Bug Issue + + + +## User Story + + + + +**As a** _< persona >_,
+**I want** _< feature >_
+**so that** _< reason >_. + + + +| **As A** | **I Want** | **So that** | +| ------------- | ------------- | ------------ | +| _< persona >_ | _< feature >_ | _< reason >_ | + +## Test Case + +### ENV + + + +- [ ] `DEV` +- [ ] `TEST` +- [ ] `PROD` + +### TESTCASE + + + +- + +### EXPECTED + + + +- + +### ACTUAL + + + +- + +### ERROR + + + +## Notes + + diff --git a/.github/ISSUE_TEMPLATE/gwa-api-feature-request-issue-template.md b/.github/ISSUE_TEMPLATE/gwa-api-feature-request-issue-template.md new file mode 100644 index 00000000..e2fe525d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/gwa-api-feature-request-issue-template.md @@ -0,0 +1,56 @@ +--- +name: GWA API Feature Request Issue Template +about: Generic template for feature request GitHub issues +title: '' +labels: enhancement, jira +assignees: '' + +--- + +## User Story + +**As a** ``, +**I want** ``, +**so that** ``. + +--- + +## Background +Provide a detailed description of the user story. Include any relevant background information and additional context. + +--- + +## Acceptance Criteria + +Choose one of the following formats and delete the rest. You may write your acceptance criteria in your preferred format as well. + + + - Given ``, when ``, then ``. + +- **Functional format**: + - The system should ``. + + - When ``, the system should ``. + +- **Other considerations**: + - Any other specific aspect that should be met for the story to be considered complete. + +--- + +## Business Value (Optional) +Explain the business value of this user story and how it aligns with the overall goals. + +--- + +## Assumptions (Optional) +List any assumptions that are considered as part of the story. + +--- + +## Out of Scope (Optional) +Specify anything that is out of scope for this user story. + +--- + +## Constraints (Optional) +List any constraints or limitations that must be considered.