memos/.github/ISSUE_TEMPLATE/bug_report.yml

39 lines
1.2 KiB
YAML
Raw Normal View History

2022-10-18 23:13:41 +08:00
name: Bug Report
2023-12-23 08:00:59 +08:00
description: If something isn't working as expected
2022-10-18 23:13:41 +08:00
labels: [bug]
body:
- type: markdown
attributes:
value: |
2023-12-23 08:00:59 +08:00
Before submitting a bug report, please check if the issue is already present in the issues. If it is, please add a reaction to the issue. If it isn't, please fill out the form below.
2022-10-18 23:13:41 +08:00
- type: textarea
attributes:
label: Describe the bug
description: |
Briefly describe the problem you are having in a few paragraphs.
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce
description: |
Provide the steps to reproduce the issue.
placeholder: |
1. Go to '...'
2022-11-22 19:30:04 +08:00
2. Click on '....'
3. See error
2022-10-18 23:13:41 +08:00
validations:
required: true
2023-12-23 08:00:59 +08:00
- type: input
attributes:
label: The version of Memos you're using
description: |
Provide the version of Memos you're using.
validations:
required: true
2022-10-18 23:13:41 +08:00
- type: textarea
attributes:
label: Screenshots or additional context
2022-10-18 23:13:41 +08:00
description: |
2023-12-23 08:00:59 +08:00
If applicable, add screenshots to help explain your problem. And add any other context about the problem here. Such as the device you're using, etc.