2022-11-02 01:40:55 +08:00
|
|
|
name: "Bug report"
|
|
|
|
description: "Create a report to help us improve"
|
2022-12-18 09:35:47 +08:00
|
|
|
title: "[BUG] <title>"
|
2022-11-02 01:40:55 +08:00
|
|
|
labels: ["bug"]
|
|
|
|
body:
|
|
|
|
- type: textarea
|
|
|
|
id: description
|
|
|
|
attributes:
|
|
|
|
label: "Description"
|
|
|
|
description: "A clear and concise description of what the bug is."
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
id: steps
|
|
|
|
attributes:
|
|
|
|
label: "Steps to reproduce"
|
|
|
|
description: "Steps to reproduce the behavior (if applicable)"
|
|
|
|
placeholder: |
|
|
|
|
1. Go to '...'
|
|
|
|
2. Click on '....'
|
|
|
|
3. Scroll down to '....'
|
|
|
|
4. See error
|
|
|
|
validations:
|
|
|
|
required: false
|
|
|
|
- type: textarea
|
|
|
|
id: exceptedbhv
|
|
|
|
attributes:
|
|
|
|
label: "Excepted behavior"
|
|
|
|
description: "A clear and concise description of what you expected to happen."
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
id: screenshots
|
|
|
|
attributes:
|
|
|
|
label: "Screenshots"
|
|
|
|
description: "If applicable, add screenshots to help explain your problem."
|
|
|
|
validations:
|
|
|
|
required: false
|
|
|
|
- type: textarea
|
|
|
|
id: context
|
|
|
|
attributes:
|
|
|
|
label: "Additional context"
|
2022-12-17 21:28:52 +08:00
|
|
|
description: "Is there anything else we should know about this bug report?"
|
2022-11-02 01:40:55 +08:00
|
|
|
validations:
|
2022-12-17 21:28:52 +08:00
|
|
|
required: false
|