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 1/3] 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. From ee3d8730cceac9e48377206ea1d571c253f4f341 Mon Sep 17 00:00:00 2001 From: jokob-sk <96159884+jokob-sk@users.noreply.github.com> Date: Sat, 17 Dec 2022 14:52:21 +1100 Subject: [PATCH 2/3] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..bbcbbe7d --- /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: '' +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. From 685d0972502994c747ef7b30902bb042b702d724 Mon Sep 17 00:00:00 2001 From: jokob-sk <96159884+jokob-sk@users.noreply.github.com> Date: Sat, 17 Dec 2022 14:52:52 +1100 Subject: [PATCH 3/3] Update issue templates --- .github/ISSUE_TEMPLATE/{custom.md => i-have-an-issue.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{custom.md => i-have-an-issue.md} (94%) diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/i-have-an-issue.md similarity index 94% rename from .github/ISSUE_TEMPLATE/custom.md rename to .github/ISSUE_TEMPLATE/i-have-an-issue.md index a33c7650..8c9772a8 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/i-have-an-issue.md @@ -1,5 +1,5 @@ --- -name: Custom issue template +name: I have an issue about: Describe this issue template's purpose here. title: '' labels: ''