From 6692c7b302b9a20fe600f5cd68477f5866823a15 Mon Sep 17 00:00:00 2001 From: Elson9 Date: Wed, 19 Feb 2025 12:09:39 -0800 Subject: [PATCH] Update issue templates --- .../gwa-cli-bug-issue-template.md | 63 +++++++++++++++++++ ...gwa-cli-feature-request-issue-template.md} | 4 +- 2 files changed, 65 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/gwa-cli-bug-issue-template.md rename .github/ISSUE_TEMPLATE/{feature_request.md => gwa-cli-feature-request-issue-template.md} (92%) diff --git a/.github/ISSUE_TEMPLATE/gwa-cli-bug-issue-template.md b/.github/ISSUE_TEMPLATE/gwa-cli-bug-issue-template.md new file mode 100644 index 0000000..9266408 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/gwa-cli-bug-issue-template.md @@ -0,0 +1,63 @@ +--- +name: GWA CLI Bug Issue Template +about: Generic template for bug GitHub issues +title: '' +labels: bug, jira +assignees: '' + +--- + +# GWA CLI 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/feature_request.md b/.github/ISSUE_TEMPLATE/gwa-cli-feature-request-issue-template.md similarity index 92% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/gwa-cli-feature-request-issue-template.md index 12d396a..4a98882 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/gwa-cli-feature-request-issue-template.md @@ -1,6 +1,6 @@ --- -name: Feature request -about: Suggest an idea for this project +name: GWA CLI Feature Request Issue Template +about: Generic template for feature request GitHub issues title: '' labels: enhancement, jira assignees: ''