From 4933e343a1bc662ce4ad2d163e04dd87fbba23a7 Mon Sep 17 00:00:00 2001 From: Jim Medlock Date: Sat, 17 Aug 2024 07:08:07 -0500 Subject: [PATCH 1/2] Rename bug_report.md to bug_report_old.md Renamed since this is replaced with a new version we'll be using to allow end users to report issues on for the Dashboard project (FE, BE, & UI/UX) --- .github/ISSUE_TEMPLATE/{bug_report.md => bug_report_old.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.md => bug_report_old.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report_old.md similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/bug_report_old.md From 73d71a9e081a78750eec4083d786762e2d14b638 Mon Sep 17 00:00:00 2001 From: Jim Medlock Date: Sat, 17 Aug 2024 07:10:35 -0500 Subject: [PATCH 2/2] Create bug_report.md New bug report template. Note that the format is fixed since our GitHub Webhook - minervabot - parses new tickets before cloning them to Clickup as Tasks --- .github/ISSUE_TEMPLATE/bug_report.md | 47 ++++++++++++++++++++++++++++ 1 file changed, 47 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..f9f7cc26 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,47 @@ +--- +name: Chingu Dashboard Bug report +about: Chingu Dashboard Alpha Testing Bug Tracker +title: '' +labels: bug +assignees: '' + +--- + +***Describe the bug*** +A clear and concise description of what the bug is. + +***To Reproduce Bug*** +Steps to reproduce the bug: +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. + +***Screenshots*** +If applicable, add screenshots to help explain your problem. + + +***Additional context*** +Add any other context about the problem here. + +***--------------- End of User Report: DO NOT MODIFY ITEMS BELOW THIS LINE ---------------*** + +***GitHub Issue No. / ID*** + +***Team Task*** +Here will be added Team declaration by Team Leads. + +***Development start date*** +Date when dev team start fixing a bug + +***Development end date*** +Date when dev team complete fixing a bug + +***BugFix Deploy Date*** +Date when BugFix is deployed, and Bug Issue is closed + +***PO Comment*** +Here will be PO team add a comment.