From ea5d7244a87a7b6948157277c29e5685e1315052 Mon Sep 17 00:00:00 2001 From: pongvin Date: Thu, 18 Jul 2024 12:40:46 +0100 Subject: [PATCH 1/2] Update issue templates removed unused tracker, split bug reports into guardian vs non-guardian --- .../{bug_report.md => bug_report_general.md} | 9 +++-- .github/ISSUE_TEMPLATE/bug_report_guardian.md | 35 +++++++++++++++++++ .github/ISSUE_TEMPLATE/tracking_issue.md | 25 ------------- 3 files changed, 39 insertions(+), 30 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.md => bug_report_general.md} (69%) create mode 100644 .github/ISSUE_TEMPLATE/bug_report_guardian.md delete mode 100644 .github/ISSUE_TEMPLATE/tracking_issue.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report_general.md similarity index 69% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/bug_report_general.md index 35a05edc69..b8468cd657 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report_general.md @@ -1,11 +1,11 @@ --- name: Bug report -about: Submit a bug ticket if you have an issue. If you're a user, check out the Wormhole Discord server below for faster assistance. +about: Submit a bug ticket if you found a bug not related to the guardian software. If you're a user, check out the Wormhole Discord server below for faster assistance. title: '' -labels: 'bug' +labels: ['bug'] assignees: '' --- - + ## Description and context @@ -28,5 +28,4 @@ assignees: '' ## Solution recommendation - - + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report_guardian.md b/.github/ISSUE_TEMPLATE/bug_report_guardian.md new file mode 100644 index 0000000000..2ffc9dd699 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report_guardian.md @@ -0,0 +1,35 @@ +--- +name: Guardian software bug report +about: Submit a bug ticket if you have an issue with the guardian software. If you're a user, check out the Wormhole Discord server below for faster assistance. +title: '' +labels: ['bug', 'guardian-support'] +assignees: '' +--- + + +## Description and context + + + +## Steps to reproduce + + + +1. +2. +3. + +## Experienced behavior + + + +## Expected behavior + + + +## Upload guardian logs + + + +## Solution recommendation + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/tracking_issue.md b/.github/ISSUE_TEMPLATE/tracking_issue.md deleted file mode 100644 index a85cbbf1ed..0000000000 --- a/.github/ISSUE_TEMPLATE/tracking_issue.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: Tracking issue -about: Tracking issues are task lists used to better organize regular work items. -title: 'Tracking issue for *ADD_PROJECT* - *ADD_COMPONENT*' -labels: 'epic' -assignees: '' - ---- - -This issue is for grouping *ADD_COMPONENT* related tasks that are necessary for *ADD_PROJECT*. - -### Other tracking issues for the same project: - - - -- #XXXX -- #XXXX -- #XXXX - - -```[tasklist] -### Task list -- [ ] XXXX -- [ ] XXXX -``` \ No newline at end of file From 483ee8fe217b97c91cd6d7a98476b0fdc360e92d Mon Sep 17 00:00:00 2001 From: pongvin Date: Thu, 18 Jul 2024 13:34:29 +0100 Subject: [PATCH 2/2] Update bug_report_guardian.md smaller guardian bug report template --- .github/ISSUE_TEMPLATE/bug_report_guardian.md | 29 +++---------------- 1 file changed, 4 insertions(+), 25 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_guardian.md b/.github/ISSUE_TEMPLATE/bug_report_guardian.md index 2ffc9dd699..a383c2b684 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_guardian.md +++ b/.github/ISSUE_TEMPLATE/bug_report_guardian.md @@ -7,29 +7,8 @@ assignees: '' --- -## Description and context - +## Description + - -## Steps to reproduce - - - -1. -2. -3. - -## Experienced behavior - - - -## Expected behavior - - - -## Upload guardian logs - - - -## Solution recommendation - \ No newline at end of file +## Recommendation + \ No newline at end of file