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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ body:
33
33
id: actual
34
34
attributes:
35
35
label: What is the actual behaviour/value?
36
-
description: Please write a a clear and concise description of what actually happens.
36
+
description: Please write a clear and concise description of what actually happens.
37
37
placeholder: E.g. When I'm hovering over [...], PoB displays [...].
38
38
validations:
39
39
required: true
@@ -53,9 +53,9 @@ body:
53
53
- type: textarea
54
54
id: build_code
55
55
attributes:
56
-
label: Build code
56
+
label: Character build code
57
57
description: Always provide a build code that exhibits the bug you want to report, even if it is not specific to a particular build. This helps us greatly to reproduce bugs faster.
58
-
placeholder: Build codes can be either Base64 encoded text, or pastebin.com links to this text.
58
+
placeholder: This can be either a code copied from the "Import/Export Build" tab or a link to a shared build.
59
59
render: shell
60
60
validations:
61
61
required: true
@@ -64,6 +64,6 @@ body:
64
64
attributes:
65
65
label: Screenshots
66
66
description: If you receive an error or experience graphical bugs, include one or multiple screenshots. GIFs or short videos are also okay, if the bug cannot be displayed in a still image.
67
-
placeholder: In this text area, you can attach files directly, or link to them if they're hosted elsewhere instead.
67
+
placeholder: In this text area, you can attach files directly or link to them if they're hosted elsewhere instead.
0 commit comments