From 6aad1633e116f483f35179f603bcc80cc826ef9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferdinand=20M=C3=BCtsch?= Date: Sat, 21 Aug 2021 09:35:45 +0200 Subject: [PATCH] chore: update issue templates [ci skip] --- .github/ISSUE_TEMPLATE/bug.md | 19 +++++++++++++++++++ .github/ISSUE_TEMPLATE/other.md | 10 ++++++++++ 2 files changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/other.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..d774617 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,19 @@ +--- +name: Bug +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. Please briefly describe how to reproduce the bug as well as _expected_ vs. _actual_ behavior. Optionally include screenshots and server logs, if helpful. + +**System information** +Please provide information on: +* Wakapi version +* Operating system + * If Linux: which distro? + * If Docker: which image and tag? +* Database (SQLite, MySQL, ... ?) diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md new file mode 100644 index 0000000..a47afa6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.md @@ -0,0 +1,10 @@ +--- +name: Other (feature request, question, ...) +about: Anything else +title: '' +labels: '' +assignees: '' + +--- + +