generated from hpi-swa-teaching/SWT-Demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
template for an bug issue
- Loading branch information
Showing
1 changed file
with
29 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,29 @@ | ||
--- | ||
name: New Bug | ||
about: Create a new issue for a bug that should be fixed. | ||
title: 'Bug: ' | ||
labels: Bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Problem/Bug Report** | ||
|
||
one-line summary: *-should Captures the essentials of the problem-* | ||
|
||
operating enviroment: *-fill in: Version information about operating systems, databases, libraries, feature branch, other stuff ypu can find-* | ||
|
||
problem history: *-fill in: Steps needed to reproduce the problem-* | ||
|
||
Expected behavior: | ||
|
||
Experienced behavior: | ||
|
||
first seen (and other information): *-fill in: when did bug first appeared, what feature got implemented right bevor, did a big merge happend bevor, does the bug only appears on one pc?, ...-* | ||
|
||
|
||
- [ ] create test that reproduce the bug | ||
- [ ] bug fixing | ||
- [ ] test green | ||
- [ ] maybe document how bug got fixed (e.g comment on this issue) | ||
|