From f08c6d526f4cbb53904ce9692b2e2e8d248ae70e Mon Sep 17 00:00:00 2001 From: Haruko <114135998+MineKecks@users.noreply.github.com> Date: Thu, 11 Jul 2024 11:34:55 +0200 Subject: [PATCH] Create new-bug.md template for an bug issue --- .github/ISSUE_TEMPLATE/new-bug.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/new-bug.md diff --git a/.github/ISSUE_TEMPLATE/new-bug.md b/.github/ISSUE_TEMPLATE/new-bug.md new file mode 100644 index 00000000..3c38ff05 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-bug.md @@ -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) +