Skip to content

Commit 7799abc

Browse files
committed
cleanup placeholder text in issue templates
1 parent 22f773a commit 7799abc

File tree

3 files changed

+6
-27
lines changed

3 files changed

+6
-27
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,40 +9,35 @@ body:
99
- type: markdown
1010
attributes:
1111
value: |
12-
Thanks for taking the time to fill out this bug report!
12+
Thanks for taking the time to fill out this bug report! Please provide as much information as possible, including screenshots if possible.
1313
- type: input
1414
id: component
1515
attributes:
1616
label: Component
1717
description: Which component does this bug affect?
18-
placeholder: Tell us what you see!
19-
value: "A bug happened!"
2018
validations:
2119
required: true
2220
- type: textarea
2321
id: description
2422
attributes:
2523
label: Description
26-
description: Describe the error or unexpected behaviour you observed
27-
placeholder: Tell us what you see!
28-
value: "A bug happened!"
24+
description: Describe the error or unexpected behaviour you observed, and provide screenshots if possible
25+
placeholder: Tell us what's going wrong
2926
validations:
3027
required: true
3128
- type: textarea
3229
id: reproduction
3330
attributes:
3431
label: Steps to reproduce
35-
description: What were you doing when the bug occurred?
36-
placeholder: Tell us what you see!
37-
value: "A bug happened!"
32+
description: Describe the circumstances under which the bug occurs
33+
placeholder: What were you doing when the bug occurred?
3834
validations:
3935
required: true
4036
- type: textarea
4137
id: technical
4238
attributes:
4339
label: Technical information
4440
description: What browsers or platforms does the bug affect?
45-
placeholder: Tell us what you see!
46-
value: "A bug happened!"
41+
placeholder: Desktop or mobile? All browsers, or only one?
4742
validations:
4843
required: true

.github/ISSUE_TEMPLATE/component.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,34 +18,26 @@ body:
1818
attributes:
1919
label: Component name
2020
description: A short, descriptive name for this component
21-
placeholder: Tell us what you see!
22-
value: "A bug happened!"
2321
validations:
2422
required: true
2523
- type: textarea
2624
id: description
2725
attributes:
2826
label: Description
2927
description: Summary of what the component does, and its expected behaviour
30-
placeholder: Tell us what you see!
31-
value: "A bug happened!"
3228
validations:
3329
required: true
3430
- type: textarea
3531
id: rationale
3632
attributes:
3733
label: Rationale
3834
description: Brief explanation of why this component is required, and how it will enhance application or service functionality and usability
39-
placeholder: Tell us what you see!
40-
value: "A bug happened!"
4135
validations:
4236
required: true
4337
- type: textarea
4438
id: additional
4539
attributes:
4640
label: Additional information
4741
description: Links to any examples, research or code to support your proposal, if available
48-
placeholder: Tell us what you see!
49-
value: "A bug happened!"
5042
validations:
5143
required: true

.github/ISSUE_TEMPLATE/enhancement.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,34 +18,26 @@ body:
1818
attributes:
1919
label: Related component
2020
description: Which component does this proposed enhancement affect?
21-
placeholder: Tell us what you see!
22-
value: "A bug happened!"
2321
validations:
2422
required: true
2523
- type: textarea
2624
id: description
2725
attributes:
2826
label: Description
2927
description: Describe the proposed change
30-
placeholder: Tell us what you see!
31-
value: "A bug happened!"
3228
validations:
3329
required: true
3430
- type: textarea
3531
id: rationale
3632
attributes:
3733
label: Rationale
3834
description: Explain why you are proposing this change, and the expected benefit to the user
39-
placeholder: Tell us what you see!
40-
value: "A bug happened!"
4135
validations:
4236
required: true
4337
- type: textarea
4438
id: additional
4539
attributes:
4640
label: Additional information
4741
description: Links to any examples, research or code to support your proposal, if available
48-
placeholder: Tell us what you see!
49-
value: "A bug happened!"
5042
validations:
5143
required: true

0 commit comments

Comments
 (0)