Skip to content

chore: improve template for request rule change #495

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/request_rule_change.yml
Original file line number Diff line number Diff line change
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