浏览代码

chore: Enhance bug report template

David Höck 5 月之前
父节点
当前提交
fb1bb88df8
共有 1 个文件被更改,包括 39 次插入5 次删除
  1. 39 5
      .github/ISSUE_TEMPLATE/bug_report.md

+ 39 - 5
.github/ISSUE_TEMPLATE/bug_report.md

@@ -4,7 +4,6 @@ about: Something not working as it should
 title: ''
 labels: "type: bug \U0001F41B"
 assignees: ''
-
 ---
 
 **Describe the bug**
@@ -12,6 +11,7 @@ A clear and concise description of what the bug is.
 
 **To Reproduce**
 Steps to reproduce the behavior:
+
 1. Go to '...'
 2. Click on '....'
 3. Scroll down to '....'
@@ -20,10 +20,44 @@ Steps to reproduce the behavior:
 **Expected behavior**
 A clear and concise description of what you expected to happen.
 
+**Actual behavior**
+A clear and concise description of what actually happened.
+
+**Screenshots/Videos**
+If applicable, add screenshots or videos to help explain your problem.
+
+**Error logs**
+If applicable, paste any relevant error messages or stack traces:
+
+```
+Paste error logs here
+```
+
 **Environment (please complete the following information):**
- - @vendure/core version:
- - Nodejs version
- - Database (mysql/postgres etc):
+
+- @vendure/core version:
+- Nodejs version:
+- Database (mysql/postgres etc):
+- Operating System (Windows/macOS/Linux):
+- Browser (if applicable):
+- Package manager (npm/yarn/pnpm):
+
+**Configuration**
+If relevant, share your Vendure configuration (remove sensitive data):
+
+```typescript
+// Your configuration here
+```
+
+**Minimal reproduction**
+If possible, provide a minimal code example or repository that reproduces the issue.
+
+**Workaround**
+If you found a temporary workaround, please describe it here.
 
 **Additional context**
-Add any other context about the problem here.
+Add any other context about the problem here, such as:
+
+- When did this issue start occurring?
+- Does it happen consistently or intermittently?
+- Any recent changes to your setup?