From c4da773670b7204fda0c298755aa002f7b64a25a Mon Sep 17 00:00:00 2001 From: Mason <31994327+Mason10198@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:54:12 -0500 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b5d0f48..7a13b4c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,6 +7,9 @@ assignees: '' --- +ISSUE TEMPLATE +This template is designed to help you report a bug with information required for you to actually be able to receive help. If you choose to ignore this template, do not provide proper files/information with your report, etc., then your issue will be ignored/closed. + **Describe the bug** A clear and concise description of what the bug is. @@ -21,9 +24,14 @@ Steps to reproduce the behavior: A clear and concise description of what you expected to happen. **Files** -Please paste or attach the following: -- `config.yaml` -- `SkywarnPlus.log` +Please, at *minimum*, paste or attach the following: +- SkywarnPlus Files: + - `/usr/local/bin/SkywarnPlus/config.yaml` + - `/tmp/SkywarnPlus/SkywarnPlus.log` + - `/tmp/SkywarnPlus/data.json` +- Asterisk Files: + - `/etc/asterisk/rpt.conf` + - `/var/log/asterisk/messages` **Screenshots** If applicable, add screenshots to help explain your problem.