-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
name: Bug report | ||
about: Erstellen Sie einen Bericht, der uns hilft, uns zu verbessern | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
# Bug | ||
|
||
Kurzbeschreibung des Bugs | ||
|
||
## IST-Zustand | ||
|
||
Beschreibung des aktuellen Zustandes | ||
|
||
## Fehlermeldungen | ||
|
||
Beschreibung eventueller Fehlermeldungen | ||
|
||
## Workflow zur Reproduktion | ||
|
||
Schritt-für-Schritt Beschreibung wie der Bug reproduziert werden kann | ||
|
||
1. ... | ||
2. ... | ||
3. ... | ||
|
||
## SOLL-Zustand | ||
|
||
Beschreibung wie der Zustand nach Lösen dieses Bugs auszusehen hat. Ggf. Akzeptanzkriterien spezifizieren |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: Feature request | ||
about: Schlage eine Idee für dieses Projekt vor | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
# Story | ||
Als *Anforderer* möchte ich, dass ... um *Begründung*. | ||
|
||
# Technische Details | ||
|
||
- | ||
|
||
# Akzeptanzkriterien | ||
|
||
- [ ] 1 | ||
- [ ] 2 |