From 2ef634ee92096ada21c95674c82667184fdb172d Mon Sep 17 00:00:00 2001 From: May Gan <119158272+dis-may@users.noreply.github.com> Date: Thu, 21 Mar 2024 17:08:05 +1300 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/feature-template.md | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature-template.md diff --git a/.github/ISSUE_TEMPLATE/feature-template.md b/.github/ISSUE_TEMPLATE/feature-template.md new file mode 100644 index 0000000..9907fe8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-template.md @@ -0,0 +1,30 @@ +--- +name: Feature template +about: For issues relating to new features +title: '' +labels: '' +assignees: '' + +--- + +### User story: + +As a ****, +I want to ****, +So that ****. + +### Description: + +### Acceptance Criteria: +- [ ] Sub task 1 +- [ ] Sub task 2 +- [ ] Testing task + +### Definition of Done: +- [ ] AC met +- [ ] Applicable tests written +- [ ] Applicable documentation is written in GH wiki +- [ ] PR reviewed +- [ ] Merged into main/feature branch + +### Notes / Links