mirror of https://github.com/usememos/memos
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
83 lines
2.5 KiB
YAML
83 lines
2.5 KiB
YAML
name: Bug Report
|
|
description: If something isn't working as expected
|
|
labels: [bug]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for taking the time to report a bug! Please complete the form below to help us understand and fix the issue.
|
|
|
|
- type: checkboxes
|
|
id: pre-check
|
|
attributes:
|
|
label: Pre-submission Checklist
|
|
description: Please confirm you have completed the following steps before submitting
|
|
options:
|
|
- label: I have searched the existing issues and this bug has not been reported yet
|
|
required: true
|
|
- label: I have tested this issue on the [demo site](https://demo.usememos.com) or the latest version
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: issue-location
|
|
attributes:
|
|
label: Where did you encounter this bug?
|
|
description: Select where you tested and confirmed this issue
|
|
options:
|
|
- Latest stable version (self-hosted)
|
|
- Latest development version (self-hosted)
|
|
- Demo site (demo.usememos.com)
|
|
- Older version (please specify below)
|
|
default: 0
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: Memos Version
|
|
description: Provide the exact version (e.g., `v0.25.2`). Find this in Settings → About or via `--version` flag
|
|
placeholder: v0.25.2
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: bug-description
|
|
attributes:
|
|
label: Bug Description
|
|
description: A clear and concise description of what the bug is
|
|
placeholder: When I try to..., the application...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: reproduction-steps
|
|
attributes:
|
|
label: Steps to Reproduce
|
|
description: Detailed steps to reproduce the behavior
|
|
placeholder: |
|
|
1. Go to '...'
|
|
2. Click on '...'
|
|
3. Scroll down to '...'
|
|
4. See error
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: expected-behavior
|
|
attributes:
|
|
label: Expected Behavior
|
|
description: What did you expect to happen?
|
|
placeholder: I expected...
|
|
|
|
- type: textarea
|
|
id: additional-context
|
|
attributes:
|
|
label: Screenshots & Additional Context
|
|
description: Add screenshots, browser/OS info, deployment method (Docker/binary), or any other relevant details
|
|
placeholder: |
|
|
- Browser: Chrome 120
|
|
- OS: macOS 14
|
|
- Deployment: Docker
|
|
- Database: SQLite
|