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.yaml
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -21,20 +21,19 @@ body:
21
21
attributes:
22
22
label: What happened?
23
23
description: Describe the issue here.
24
-
placeholder: Tell us what you see!
25
-
value: "A bug happened!"
24
+
placeholder: Describe the issue you are seeing
26
25
validations:
27
26
required: true
28
27
- type: input
29
28
id: version
30
29
attributes:
31
30
label: What is the version of refactor-platform-fe that you're seeing the problem on?
32
-
placeholder: ex. v0.3.0
31
+
placeholder: ex. 1.0-rc2
33
32
validations:
34
33
required: true
35
34
- type: textarea
36
35
id: logs
37
36
attributes:
38
-
label: Any related code to produce this issue and relevant log output.
39
-
description: Please copy and paste any relevant code or logs to reproduce this issue. If you have your own public repository, you can link to that here.
40
-
render: shell
37
+
label: Any related code or configuration details to produce this issue as well as relevant log output.
38
+
description: Please copy and paste any relevant code, configuration details or logs to reproduce this issue. If you have your own public repository, you can link to that here.
0 commit comments