From 397e44e5f2b3802ae474468fbb55a2051a163b21 Mon Sep 17 00:00:00 2001 From: Lukas Svoboda Date: Sat, 29 Mar 2025 11:27:06 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/issue.md | 34 ++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/issue.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f09af96..4edd987 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,8 +1,8 @@ --- name: Bug report about: Create a report to help us improve -title: '[BUG]' -labels: 'bug' +title: "[BUG]" +labels: bug assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md new file mode 100644 index 0000000..5c4f806 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -0,0 +1,34 @@ +--- +name: Issue +about: A minor issue that does not significantly affect functionality. +title: "[ISSUE]" +labels: issue +assignees: '' + +--- + +**Describe the issue** +A clear and concise description of what the issue is. + +**To Reproduce** +Steps to reproduce the behavior if any: + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Logs** +Provide `Developer log` if applicable + +**Provide information about your station:** + - Weather station type: + - firmware version: + +- [ ] Using PWS protocol +- [ ] Using WSLink API +- [ ] Using WSLink proxy Add-on + +**Additional context** +Add any other context about the problem here.