Add '.gitea/ISSUE_TEMPLATE/bug'
This commit is contained in:
parent
eceffd49e0
commit
ecf2aa9645
1 changed files with 39 additions and 0 deletions
39
.gitea/ISSUE_TEMPLATE/bug
Normal file
39
.gitea/ISSUE_TEMPLATE/bug
Normal file
|
@ -0,0 +1,39 @@
|
|||
---
|
||||
|
||||
name: "Bug report"
|
||||
about: "This template is for reporting bugs, glitches, and other problems with the software."
|
||||
labels:
|
||||
- bug
|
||||
- unconfirmed
|
||||
- help-needed
|
||||
|
||||
---
|
||||
|
||||
# Before you submit...
|
||||
|
||||
- [ ] Look for other open issues about this problem
|
||||
- [ ] Attach your logs and config files
|
||||
- [ ] Try to replicate the problem inside a debugger
|
||||
|
||||
# Description
|
||||
|
||||
(Description of the bug goes here. Also describe any external configuration that seems relevant.)
|
||||
|
||||
# How to reproduce
|
||||
|
||||
1. (Open the thingy)
|
||||
2. (Click on the whatsit)
|
||||
3. (Frobnicate the contraption)
|
||||
|
||||
# Resulting behaviour
|
||||
|
||||
(What the software did)
|
||||
|
||||
# Expected behaviour
|
||||
|
||||
(What it was supposed to do)
|
||||
|
||||
# System information
|
||||
|
||||
- ${REPO_NAME} version:
|
||||
- OS version:
|
Loading…
Reference in a new issue