From 24482d958b4e36209cc633ed9349a91c920ca058 Mon Sep 17 00:00:00 2001 From: Marian Koreniuk Date: Wed, 10 Sep 2025 21:55:24 +0200 Subject: [PATCH 1/4] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 44 ++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..f19d7317 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,44 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[Bug]" +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +** Environment** +- Cozystack version +- Provider: on-prem, Hetzner or else + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + + +**Logs** +``` +Paste any relevant logs here +``` + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here. + +**Checklist** +- [ ] I have checked the documentation +- [ ] I have searched for similar issues +- [ ] I have included all required information +- [ ] I have provided clear steps to reproduce +- [ ] I have included relevant logs From 7f8b673dbc4ab736549416c905c18e07a839ab67 Mon Sep 17 00:00:00 2001 From: Marian Koreniuk Date: Wed, 10 Sep 2025 22:01:37 +0200 Subject: [PATCH 2/4] Update bug_report.md Signed-off-by: Marian Koreniuk --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f19d7317..d38f73f9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: "[Bug]" -labels: '' +labels: 'bug' assignees: '' --- @@ -10,7 +10,7 @@ assignees: '' **Describe the bug** A clear and concise description of what the bug is. -** Environment** +**Environment** - Cozystack version - Provider: on-prem, Hetzner or else @@ -27,7 +27,7 @@ A clear and concise description of what you expected to happen. **Logs** ``` -Paste any relevant logs here +Paste any relevant logs here. Please redact tokens, passwords, private keys. ``` **Screenshots** From 16a700dabf4410295e0289466d94c5a1c8d16ef3 Mon Sep 17 00:00:00 2001 From: Marian Koreniuk Date: Thu, 11 Sep 2025 16:26:20 +0200 Subject: [PATCH 3/4] Fix bug_report.md Signed-off-by: Marian Koreniuk --- .github/ISSUE_TEMPLATE/bug_report.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d38f73f9..609163c9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,18 +1,21 @@ --- name: Bug report about: Create a report to help us improve -title: "[Bug]" labels: 'bug' assignees: '' --- + **Describe the bug** A clear and concise description of what the bug is. **Environment** - Cozystack version -- Provider: on-prem, Hetzner or else +- Provider: on-prem, Hetzner, and so on **To Reproduce** Steps to reproduce the behavior: @@ -21,8 +24,8 @@ Steps to reproduce the behavior: 3. Scroll down to '....' 4. See error -**Expected behavior** -A clear and concise description of what you expected to happen. +**Actual behaviour** +A clear and concise description of what happens when the bug occurs. Explain how the system currently behaves, including error messages, unexpected results, or incorrect functionality observed during execution. **Logs** @@ -31,7 +34,7 @@ Paste any relevant logs here. Please redact tokens, passwords, private keys. ``` **Screenshots** -If applicable, add screenshots to help explain your problem. +If applicable, add screenshots to help explain the problem. **Additional context** Add any other context about the problem here. From 8076f120d8f047a7b60f3af7505e50c73b03dfa7 Mon Sep 17 00:00:00 2001 From: Timofei Larkin Date: Wed, 8 Oct 2025 17:30:56 +0300 Subject: [PATCH 4/4] Update .github/ISSUE_TEMPLATE/bug_report.md Signed-off-by: Timofei Larkin --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 609163c9..1a119259 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,6 +24,9 @@ Steps to reproduce the behavior: 3. Scroll down to '....' 4. See error +**Expected behaviour** +When taking the steps to reproduce, what should have happened differently? + **Actual behaviour** A clear and concise description of what happens when the bug occurs. Explain how the system currently behaves, including error messages, unexpected results, or incorrect functionality observed during execution.