Skip to content

Commit bf9472c

Browse files
committed
chore: minor improvements
1 parent 76d577e commit bf9472c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/ISSUE_TEMPLATE/rule_request.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 💡 Rule Request
1+
name: 💬 Rule Request
22
title: "[rule] "
33
description: Suggest a rule
44
labels: ["rule request"]
@@ -13,7 +13,7 @@ body:
1313
1414
## References on Rule Design
1515
- [What makes a good rule](https://package.elm-lang.org/packages/jfmengels/elm-review/latest/Review-Rule#what-makes-a-good-rule)
16-
- [When to write or enable a rule](https://package.elm-lang.org/packages/jfmengels/elm-review/latest/#when-to-write-or-enable-a-rule)
16+
- [When to write or enable a rule](https://package.elm-lang.org/packages/jfmengels/elm-review/latest#when-to-write-or-enable-a-rule)
1717
1818
- type: textarea
1919
id: problem
@@ -37,7 +37,10 @@ body:
3737
id: rule-name-and-message
3838
attributes:
3939
label: Rule Name and Error Message
40-
description: Suggest a name for the rule, as well as the error message and details that should be displayed when the rule is violated.
40+
description: |
41+
Suggest a name for the rule, as well as the error message and details that should be displayed when the rule is violated.
42+
43+
> A lint rule is an automated communication tool which sends messages to developers who have written patterns your rule wishes to prevent. As all communication, the message is important.
4144
placeholder: |
4245
Rule name: [PluginName]/[YourRuleName]
4346

0 commit comments

Comments
 (0)