Skip to content

Commit

Permalink
chore: improve template for request rule change (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
Belco90 committed Oct 3, 2021
1 parent fb2740c commit 1fa31d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/request_rule_change.yml
Expand Up @@ -25,7 +25,7 @@ body:
id: change_implementation
attributes:
label: How will the change be implemented?
description: Describe how the new rule will be implemented.
description: Describe how the rule change will be implemented.
validations:
required: true

Expand All @@ -34,7 +34,7 @@ body:
attributes:
label: Example code
description: Please provide some example code that this change will affect.
placeholder: Example of code that will be affected.
placeholder: Example of code that will be affected by proposed change.
validations:
required: true

Expand All @@ -51,7 +51,7 @@ body:
id: new_rule_affects_code
attributes:
label: How will the new rule affect the code?
description: Explain how the new rule will affect the example code.
description: Explain how the rule change will affect the example code.
placeholder: The new rule will affect the example code like this...
validations:
required: true
Expand Down

0 comments on commit 1fa31d9

Please sign in to comment.