From ba71903e1245a450fcd4fb50d6af122786897577 Mon Sep 17 00:00:00 2001 From: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Date: Wed, 1 May 2024 14:14:37 +0200 Subject: [PATCH] chore: Introduce bug report for 2.0 (#7194) --- .github/ISSUE_TEMPLATE/bug_report.md | 4 +- .github/ISSUE_TEMPLATE/bug_report_v2.md | 53 +++++++++++++++++++++++++ 2 files changed, 55 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report_v2.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4d66798a91..308557c0b1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,8 +1,8 @@ --- -name: Bug report +name: Bug report for v1.x about: Create a report to help us improve Medusa title: '' -labels: 'status: needs triaging, type: bug' +labels: 'status: needs triaging, type: bug, version: 1.x' --- diff --git a/.github/ISSUE_TEMPLATE/bug_report_v2.md b/.github/ISSUE_TEMPLATE/bug_report_v2.md new file mode 100644 index 0000000000..13441cf562 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report_v2.md @@ -0,0 +1,53 @@ +--- +name: Bug report for v2.0 +about: Create a report to help us improve our upcoming major upgrade 2.0 +title: '' +labels: 'status: needs triaging, version: 2.0' + +--- + + + +## Bug report + +### Describe the bug + +A clear and concise description of what the bug is. + +### System information + +Medusa version (including plugins): +Node.js version: +Database: +Operating system: +Browser (if relevant): + +### 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 + +### Screenshots + +If applicable, add screenshots to help explain your problem + +### Code snippets + +If applicable, add code samples to help explain your problem + +### Additional context + +Add any other context about the problem here