From 853161e0b9c3621efabb3d89bddbacac1b3ccca0 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Fri, 3 Nov 2023 14:38:15 +0100 Subject: [PATCH] chore: update issue templates (#7656) * chore: update issue templates --------- Co-authored-by: Michael Barz --- .github/ISSUE_TEMPLATE/bug_report.md | 5 ---- .github/ISSUE_TEMPLATE/user-story.md | 39 ++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 5 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/user-story.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e3de65b777..f4373366c1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,13 +8,9 @@ assignees: '' --- ## Describe the bug - A clear and concise description of what the bug is. ## Steps to reproduce - -Steps to reproduce the behavior: - 1. 2. 3. @@ -26,7 +22,6 @@ A clear and concise description of what you expected to happen. A clear and concise description of what happened. ## Setup - Please describe how you started the server and provide a list of relevant environment variables or configuration files.
diff --git a/.github/ISSUE_TEMPLATE/user-story.md b/.github/ISSUE_TEMPLATE/user-story.md new file mode 100644 index 0000000000..9c9ce4901a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/user-story.md @@ -0,0 +1,39 @@ +--- +name: User story +about: Suggest an idea the agile way :-) +title: '' +labels: Type:Story +assignees: '' + +--- + +# Description + +## User Stories + +* > As a ..., I want to ... so that ... (please stick to who, what, why) + +## Value + +## Acceptance Criteria + +## Definition of ready +- [ ] Everybody needs to understand the value written in the user story +- [ ] Acceptance criteria have to be defined +- [ ] All dependencies of the user story need to be identified +- [ ] Feature should be seen from an end user perspective +- [ ] Story has to be estimated +- [ ] Story points need to be less than 20 + +## Definition of done +- Functional requirements + - [ ] Functionality described in the user story works + - [ ] Acceptance criteria are fulfilled +- Quality + - [ ] Code review happened + - [ ] CI is green (that includes new and existing automated tests) + - [ ] Critical code received unit tests by the developer +- Non-functional requirements + - [ ] No sonar cloud issues +- Configuration changes + - [ ] The next branch of the ocis charts is compatible