From 1fa31d9541584b150c738def2192fa2775c7951b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Beltr=C3=A1n=20Alarc=C3=B3n?= Date: Sun, 3 Oct 2021 14:20:54 +0200 Subject: [PATCH] chore: improve template for request rule change (#495) --- .github/ISSUE_TEMPLATE/request_rule_change.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/request_rule_change.yml b/.github/ISSUE_TEMPLATE/request_rule_change.yml index 0a13eb86..81081560 100644 --- a/.github/ISSUE_TEMPLATE/request_rule_change.yml +++ b/.github/ISSUE_TEMPLATE/request_rule_change.yml @@ -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 @@ -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 @@ -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