From f44ebe0d059ed31000d4dbf3dc6b7648004bb9d5 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Wed, 10 Jun 2020 12:09:37 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 15 +++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++++++++++ .github/ISSUE_TEMPLATE/help-request.md | 27 +++++++++++++++++++++++ 3 files changed, 62 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/help-request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..f6e365af7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,15 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +### Version +Please provide your current version (can be found on the system page since v0.8.4) +Version: + +### Bug description +A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..11fc491ef --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/help-request.md b/.github/ISSUE_TEMPLATE/help-request.md new file mode 100644 index 000000000..aedd42cfe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/help-request.md @@ -0,0 +1,27 @@ +--- +name: Help request +about: If there is anything wrong with your setup +title: '' +labels: setup issue +assignees: '' + +--- + +### Version +Please provide your current version (can be found on the system page since v0.8.4) +Version: + +### Issue +Please describe your problem here + +### `.env` +Please include your `.env` config file (**make sure to remove/replace all secrets**) +``` +env content +``` + +### `docker-compose.yml` +When running with docker compose please provide your `docker-compose.yml` +``` +docker-compose.yml content +```