From 07b0d65ac7bfbde8d63cb992e6ed3b5395f9b85f Mon Sep 17 00:00:00 2001 From: clear Date: Fri, 22 Mar 2024 16:21:58 +1300 Subject: [PATCH] added issue templates --- .github/ISSUE_TEMPLATE/defect---bug-template.md | 17 +++++++++++++++++ .github/ISSUE_TEMPLATE/user-story-template.md | 14 ++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/defect---bug-template.md create mode 100644 .github/ISSUE_TEMPLATE/user-story-template.md diff --git a/.github/ISSUE_TEMPLATE/defect---bug-template.md b/.github/ISSUE_TEMPLATE/defect---bug-template.md new file mode 100644 index 00000000..3b8df29f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/defect---bug-template.md @@ -0,0 +1,17 @@ +--- +name: Defect / Bug Template +about: An issue with the application producing incorrect/unexpected behaviour +title: '' +labels: '' +assignees: '' + +--- + +### Repro Steps +1. + +### Expected behaviour + + +### Actual behaviour +(*Please add screenshots where applicable*) diff --git a/.github/ISSUE_TEMPLATE/user-story-template.md b/.github/ISSUE_TEMPLATE/user-story-template.md new file mode 100644 index 00000000..ccbee76b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/user-story-template.md @@ -0,0 +1,14 @@ +--- +name: User Story Template +about: A small self-contained task related to an epic +title: '' +labels: '' +assignees: '' + +--- + +### Description +As a ` `, I want to ` ` so that ` `. + +### Acceptance Criteria +- [ ] AC1