Thanks for reporting a bug! Please fill out the form below so we can reproduce and fix the issue.
Thanks for reporting a bug. Please provide enough detail for maintainers to reproduce the issue.
**Before submitting**, please search [existing issues](https://github.com/usememos/memos/issues) to avoid duplicates.
...
...
@@ -14,61 +14,31 @@ body:
attributes:
label:Pre-submission Checklist
options:
-label:I have searched existing issues and confirmed this bug has not been reported
-label:I have searched existing issues and confirmed this has not already been reported
required:true
-label:I can reproduce this bug on the latest version or the [demo site](https://demo.usememos.com)
required:true
-label:This is a bug, not a question (use [Discussions](https://github.com/usememos/memos/discussions) for questions)
-label:This is a bug report, not a question or configuration request
required:true
-type:input
id:version
attributes:
label:Memos Version
description:Find this in **Settings > System > About** or via the `--version` flag
placeholder:"v0.25.2"
validations:
required:true
-type:dropdown
id:deployment
attributes:
label:Deployment Method
options:
-Docker
-Pre-built binary
-Built from source
validations:
required:true
-type:dropdown
id:database
attributes:
label:Database
options:
-SQLite
-PostgreSQL
-MySQL
description:Use the version shown in **Settings > System**, the container image tag, the release binary version, or `memos --version`. Please do not write `latest` only.