From ecf2aa9645b7dfdb738b1ddb54991b29c1e2bb8b Mon Sep 17 00:00:00 2001 From: ~keith Date: Sun, 12 Jun 2022 04:02:25 +0000 Subject: [PATCH] Add '.gitea/ISSUE_TEMPLATE/bug' --- .gitea/ISSUE_TEMPLATE/bug | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/bug diff --git a/.gitea/ISSUE_TEMPLATE/bug b/.gitea/ISSUE_TEMPLATE/bug new file mode 100644 index 0000000..6f5f57c --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/bug @@ -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: \ No newline at end of file