mirror of
https://github.com/usememos/memos.git
synced 2025-10-11 23:06:03 +08:00
chore: update bug report template fields (#3656)
This commit is contained in:
parent
46ca5bb8e7
commit
a98d16bcaa
1 changed files with 3 additions and 2 deletions
5
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
5
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -26,9 +26,10 @@ body:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: The version of Memos you're using
|
label: |
|
||||||
|
The version of Memos you're using.
|
||||||
description: |
|
description: |
|
||||||
Provide the version of Memos you're using.
|
Provide the version of Memos you're using. Please use the following format: `v0.22.0` instead of `stable` or `latest`.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
Loading…
Add table
Reference in a new issue