mirror of https://github.com/usememos/memos.git
chore: update issue templates
This commit is contained in:
parent
b2ec0d1217
commit
7898df2876
|
|
@ -1,11 +1,11 @@
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: Create a report to help us improve
|
description: If something isn't working as expected
|
||||||
labels: [bug]
|
labels: [bug]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
If you are reporting a new issue, make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead.
|
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.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the bug
|
label: Describe the bug
|
||||||
|
|
@ -24,8 +24,15 @@ body:
|
||||||
3. See error
|
3. See error
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: The version of Memos you're using
|
||||||
|
description: |
|
||||||
|
Provide the version of Memos you're using.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Screenshots or additional context
|
label: Screenshots or additional context
|
||||||
description: |
|
description: |
|
||||||
Add screenshots or any other context about the problem.
|
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.
|
||||||
|
|
|
||||||
|
|
@ -1,18 +1,18 @@
|
||||||
name: Feature Request
|
name: Feature Request
|
||||||
description: Suggest an idea for this project
|
description: If you have a suggestion for a new feature
|
||||||
labels: [enhancement]
|
labels: [enhancement]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Thanks for taking the time to suggest an idea for memos!
|
Before submitting a feature request, 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.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Is your feature request related to a problem?
|
label: Is your feature request related to a problem? Please describe.
|
||||||
description: |
|
description: |
|
||||||
A clear and concise description of what the problem is.
|
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||||
placeholder: |
|
placeholder: |
|
||||||
I'm always frustrated when [...]
|
It would be great if [...]
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
@ -20,9 +20,12 @@ body:
|
||||||
label: Describe the solution you'd like
|
label: Describe the solution you'd like
|
||||||
description: |
|
description: |
|
||||||
A clear and concise description of what you want to happen.
|
A clear and concise description of what you want to happen.
|
||||||
|
placeholder: |
|
||||||
|
I'd like to be able to [...]
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional context
|
label: Additional context
|
||||||
description: Add any other context or screenshots about the feature request.
|
description: |
|
||||||
|
What are you trying to do? Why is this important to you?
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue