chore: Introduce bug report for 2.0 (#7194)

This commit is contained in:
Oli Juhl
2024-05-01 14:14:37 +02:00
committed by GitHub
parent 497c735ea6
commit ba71903e12
2 changed files with 55 additions and 2 deletions

View File

@@ -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'
---

53
.github/ISSUE_TEMPLATE/bug_report_v2.md vendored Normal file
View File

@@ -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'
---
<!--
Thank you for submitting an issue!
Please make sure your issue is understandable and reproducible.
To make your issue readable make sure you use valid Markdown syntax: https://guides.github.com/features/mastering-markdown/
Please ensure you have also read and understood our contribution guide: https://github.com/medusajs/medusa/blob/master/CONTRIBUTING.md
-->
## 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