File tree Expand file tree Collapse file tree 1 file changed +40
-22
lines changed Expand file tree Collapse file tree 1 file changed +40
-22
lines changed Original file line number Diff line number Diff line change @@ -3,35 +3,45 @@ description: Help us improve this repository by filing a detailed bug report.
3
3
title : ' [bug]: '
4
4
labels : [ 'issue: bug', 'status: to be confirmed' ]
5
5
body :
6
- - type : markdown
7
- attributes :
8
- value : |
9
- Bug Description |
10
- A clear and concise description of the problem or unexpected behavior (attach screenshots/gifs if appropriate). |
11
- Clicking on the "Save" button doesn’t save the form data. |
12
- - type : markdown
13
- attributes :
14
- value : |
15
- Steps to Reproduce |
16
- Provide a step-by-step description of how to reproduce the issue. Include code snippets or links to repositories when applicable.|
17
- label: |
18
- Example: |
19
- 1. Go to '...' |
20
- 2. Click on '...' |
21
- 3. Scroll down to '...' |
22
- 4. See error |
23
- - type : markdown
24
- attributes :
25
- value : |
26
- Expected Behavior |
27
- Describe what you expected to happen instead of the bug. Be as specific as possible. |
6
+ - type : textarea
7
+ attributes :
8
+ label : Bug Description
9
+ description : A clear and concise description of the problem or unexpected behavior (attach screenshots/gifs if appropriate).
10
+ placeholder : Clicking on the "Save" button doesn’t save the form data.
11
+ render : markdown
12
+ validations :
13
+ required : true
14
+
15
+ - type : textarea
16
+ attributes :
17
+ label : Steps to Reproduce
18
+ description : Provide a step-by-step description of how to reproduce the issue. Include code snippets or links to repositories when applicable.
19
+ placeholder : |
20
+ Example:
21
+ 1. Create an Article collection type in your Strapi app
22
+ 2. Export the API schema
23
+ 3. Make the following query: `...`
24
+ 4. See the error in the console
25
+ render : markdown
26
+ validations :
27
+ required : true
28
+
29
+ - type : textarea
30
+ attributes :
31
+ label : Expected Behavior
32
+ description : Describe what you expected to happen instead of the bug. Be as specific as possible.
33
+ render : markdown
34
+ validations :
35
+ required : true
36
+
28
37
- type : input
29
38
attributes :
30
39
label : Version
31
40
description : The SDK version used
32
41
placeholder : 1.0.0
33
42
validations :
34
43
required : true
44
+
35
45
- type : dropdown
36
46
attributes :
37
47
label : Operating System
44
54
- Other
45
55
validations :
46
56
required : true
57
+
47
58
- type : dropdown
48
59
attributes :
49
60
label : Runtime Environment
55
66
- Other (bun, deno, ...)
56
67
validations :
57
68
required : true
69
+
70
+ - type : textarea
71
+ attributes :
72
+ label : Logs
73
+ description : If applicable, the logs you got from using the SDK
74
+ render : shell
75
+
58
76
- type : checkboxes
59
77
attributes :
60
78
label : Confirmation Checklist
You can’t perform that action at this time.
0 commit comments