Skip to content

Commit a0f6206

Browse files
authored
Update bug_report.yaml
Refining the bug reporting template.
1 parent a5119fb commit a0f6206

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,19 @@ body:
2121
attributes:
2222
label: What happened?
2323
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
2625
validations:
2726
required: true
2827
- type: input
2928
id: version
3029
attributes:
3130
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
3332
validations:
3433
required: true
3534
- type: textarea
3635
id: logs
3736
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.
39+
render: shell

0 commit comments

Comments
 (0)