You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
name: Bug Report
2
-
description: Create a report to help us improve
2
+
description: If something isn't working as expected
3
3
labels: [bug]
4
4
body:
5
5
- type: markdown
6
6
attributes:
7
7
value: |
8
-
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.
8
+
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.
9
9
- type: textarea
10
10
attributes:
11
11
label: Describe the bug
@@ -24,8 +24,15 @@ body:
24
24
3. See error
25
25
validations:
26
26
required: true
27
+
- type: input
28
+
attributes:
29
+
label: The version of Memos you're using
30
+
description: |
31
+
Provide the version of Memos you're using.
32
+
validations:
33
+
required: true
27
34
- type: textarea
28
35
attributes:
29
36
label: Screenshots or additional context
30
37
description: |
31
-
Add screenshots or any other context about the problem.
38
+
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.
description: If you have a suggestion for a new feature
3
3
labels: [enhancement]
4
4
body:
5
5
- type: markdown
6
6
attributes:
7
7
value: |
8
-
Thanks for taking the time to suggest an idea for memos!
8
+
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.
9
9
- type: textarea
10
10
attributes:
11
-
label: Is your feature request related to a problem?
11
+
label: Is your feature request related to a problem? Please describe.
12
12
description: |
13
-
A clear and concise description of what the problem is.
13
+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
14
14
placeholder: |
15
-
I'm always frustrated when [...]
15
+
It would be great if [...]
16
16
validations:
17
17
required: true
18
18
- type: textarea
19
19
attributes:
20
20
label: Describe the solution you'd like
21
21
description: |
22
22
A clear and concise description of what you want to happen.
23
+
placeholder: |
24
+
I'd like to be able to [...]
23
25
validations:
24
26
required: true
25
27
- type: textarea
26
28
attributes:
27
29
label: Additional context
28
-
description: Add any other context or screenshots about the feature request.
30
+
description: |
31
+
What are you trying to do? Why is this important to you?
0 commit comments