Skip to content

Commit 1fa31d9

Browse files
authored
chore: improve template for request rule change (#495)
1 parent fb2740c commit 1fa31d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/request_rule_change.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ body:
2525
id: change_implementation
2626
attributes:
2727
label: How will the change be implemented?
28-
description: Describe how the new rule will be implemented.
28+
description: Describe how the rule change will be implemented.
2929
validations:
3030
required: true
3131

@@ -34,7 +34,7 @@ body:
3434
attributes:
3535
label: Example code
3636
description: Please provide some example code that this change will affect.
37-
placeholder: Example of code that will be affected.
37+
placeholder: Example of code that will be affected by proposed change.
3838
validations:
3939
required: true
4040

@@ -51,7 +51,7 @@ body:
5151
id: new_rule_affects_code
5252
attributes:
5353
label: How will the new rule affect the code?
54-
description: Explain how the new rule will affect the example code.
54+
description: Explain how the rule change will affect the example code.
5555
placeholder: The new rule will affect the example code like this...
5656
validations:
5757
required: true

0 commit comments

Comments
 (0)