chore: update issue templates (#7656)

* chore: update issue templates

---------

Co-authored-by: Michael Barz <mbarz@owncloud.com>
This commit is contained in:
Benedikt Kulmann
2023-11-03 14:38:15 +01:00
committed by GitHub
parent 0df009eae0
commit 853161e0b9
2 changed files with 39 additions and 5 deletions

View File

@@ -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.
<details>

39
.github/ISSUE_TEMPLATE/user-story.md vendored Normal file
View File

@@ -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