logseq/.github/ISSUE_TEMPLATE/bug_report.yaml

84 lines
2.6 KiB
YAML
Raw Normal View History

name: Bug Report
2022-01-26 15:04:25 +00:00
description: Report a bug encountered while using Logseq
body:
2022-12-16 18:27:06 +00:00
- type: markdown
attributes:
value: |
Thank you very much for opening bug report ticket to Logseq.
If it is an idea or help wanted, please go to [our Forum](https://discuss.logseq.com/) or [our Discord](https://discord.com/invite/KpN4eHY)
2022-12-16 18:18:38 +00:00
- type: checkboxes
id: confirm-search
attributes:
label: Search first
description: Please make sure to search through the [existing issues](https://github.com/logseq/logseq/issues) and [Logseq Forum](https://discuss.logseq.com/) before report.
options:
- label: Search and no similar report found
required: true
- type: textarea
id: problem
attributes:
2022-12-01 04:49:18 +00:00
label: What Happened?
description: |
Please provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner.
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: Reproduce the Bug
description: |
Please tell us the steps to reproduce the bug.
2022-02-07 16:02:09 +00:00
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: |
Please tell us what's the behavior you expect.
validations:
required: false
- type: textarea
2022-11-30 07:02:45 +00:00
id: screenshots
attributes:
label: Screenshots
description: |
2022-11-30 07:02:45 +00:00
If applicable, add screenshots or screen recordings to help explain your problem.
validations:
required: false
- type: textarea
2022-11-30 07:02:45 +00:00
id: platform
attributes:
2022-12-01 04:49:18 +00:00
label: Desktop or Mobile Platform Information
description: |
2022-11-30 07:02:45 +00:00
Would you mind to tell us the system information about your desktop or mobile platform?
placeholder: |
OS version, Browser or App, Logseq App version
2022-12-06 13:59:13 +00:00
example: macOS 12.2, Desktop App v0.5.9
2022-11-30 07:02:45 +00:00
example: iPhone 12, iOS8.1, v0.5.9
example: Pixel XL, Android 12, v0.5.9
validations:
2022-01-28 12:43:19 +00:00
required: false
- type: textarea
id: additional
attributes:
2022-01-26 15:29:57 +00:00
label: Additional Context
description: |
If applicable, add additional context to help explain your problem.
validations:
2022-01-28 12:43:19 +00:00
required: false
2022-12-16 18:18:38 +00:00
- type: checkboxes
id: ask-pr
attributes:
label: Are you willing to submit a PR?
description: Your contributions are greatly appreciated and play a vital role in helping to improve the project!
options:
- label: I'm willing to submit a PR (Thank you!)