Update and rename bug_report.md to bug_report.yaml

This commit is contained in:
windingwind 2023-09-21 14:59:31 +08:00 committed by GitHub
parent f45a9f8c18
commit 7021f658f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 74 additions and 40 deletions

View File

@ -1,40 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: "[Bug]"
labels: bug
assignees: ""
---
**Describe the bug**
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 '....'
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.
**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
**Additional context**
Add any other context about the problem here.

74
.github/ISSUE_TEMPLATE/bug_report.yaml vendored Normal file
View File

@ -0,0 +1,74 @@
name: Bug report
description: File a bug / issue
title: "[Bug] "
labels:
- bug
# - Needs Triage
assignees:
body:
- type: checkboxes
id: checklist
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
- type: checkboxes
id: checklist
attributes:
label: Are you using the latest Zotero and the latest plugin?
description: Only bug reports that can be reproduced on the latest Zotero and plugin will be considered.
options:
- label: I have confirmed I'm using the latest Zotero and the latest plugin
required: true
- type: textarea
attributes:
label: Environment
description: |
examples:
- **OS**: Windows 11 22H2
- **Zotero Version**: 7.0.0
- **Plugin Version**: 1.0.0
value: |
- OS:
- Zotero Version:
- Plugin Version:
validations:
required: true
- type: markdown
id: description
attributes:
label: Describe the bug
description: |
A clear and concise description of what the bug is.
If applicable, add screenshots and log to help explain your problem.
validations:
required: true
- type: markdown
id: debug-output
attributes:
label: Debug Output
description: |
Steps to get debug output:
1. Disable all other plugins, exit Zotero, and restart Zotero
2. menu -> `Help` -> `Debug Output` -> `View Output`
3. Do steps to reproduce the bug
4. In the debug output window, press `Ctrl/Cmd + S`
5. Upload the debug output here
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Anything else?
description: |
Links? References? Anything that will give us more context about the issue you are encountering!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false