From 3b5ceaa483ebc1a896a8d6bafaeed8ba70f869b0 Mon Sep 17 00:00:00 2001 From: jokob-sk <96159884+jokob-sk@users.noreply.github.com> Date: Sat, 17 Dec 2022 14:51:04 +1100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/custom.md | 46 ++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/custom.md diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 00000000..a33c7650 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,46 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + +**Describe the issue** + + +**Paste last few lines from `pialert.log`** + +``` + +paste here + +``` + +**Paste your `pialert.conf` (remove personal info)** + +``` + +paste here + +``` + +**Paste your `docker-compose.yml` and `.env` (remove personal info)** + +`docker-compose.yml` +``` + +paste here + +``` + + +`.env` +``` + +paste here + +``` +**Screenshots** +If applicable, add screenshots to help explain your problem.