dsds
nclazz/plaground-sandbox/pipeline/head This commit looks good Details

master
Niclas Thobaben 2022-08-14 14:16:01 +02:00
parent ab70485864
commit 2c0fffb0ba
3 changed files with 82 additions and 0 deletions

View File

@ -0,0 +1,47 @@
---
name: "Story"
about: "A bug report"
title: "[Bug] "
ref: "develop"
labels:
- type: bug
---
*...Provide a general summary of the issue in the Title above*
## Expected Behavior
*...Tell us what should happen*
## Current Behavior
*...Tell us what happens instead of the expected behavior*
## Possible Solution
*...Not obligatory, but suggest a fix/reason for the bug*
## Steps to Reproduce
*...Provide a link to a live example, or an unambiguous set of steps to reproduce this bug.
Include code to reproduce, if relevant*
1.
2.
3.
4.
## Context (Environment)
*...How has this issue affected you? What are you trying to accomplish? Providing context helps us
come up with a solution that is most useful in the real world*
## Detailed Description
*...Provide a detailed description of the change or addition you are proposing*
## Possible Implementation
*...Not obligatory, but suggest an idea for implementing addition or change*

View File

@ -0,0 +1,18 @@
---
name: "Epic"
about: "An Epic aggregates multiple issues to a single topic"
title: "[Epic] "
ref: "develop"
labels:
- type: epic
---
:clipboard: [Epic description](HERE GOES THE LINK TO THE DOCUMENTATION)
## Todos
- [ ] Name of the issue... #51
- [ ] ...

View File

@ -0,0 +1,17 @@
---
name: "Story"
about: "A new feature defined as a user story"
title: "[Story] "
ref: "develop"
labels:
- type: feature
---
As a [*role*], I [*want to*], [*so that*].
- [ ] Acceptance criteria...
- [ ] ...
> :clipboard: **Epic**: #..