Skip to content

Commit

Permalink
Create new-bug.md
Browse files Browse the repository at this point in the history
template for an bug issue
  • Loading branch information
MineKecks authored Jul 11, 2024
1 parent bc820a5 commit f08c6d5
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/new-bug.md
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)

0 comments on commit f08c6d5

Please sign in to comment.