Skip to content

Commit bdf6184

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/ISSUE_TEMPLATE/rule_request.yml

Lines changed: 4 additions & 2 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
@@ -39,6 +39,8 @@ body:
3939
label: Rule Name and Error Message
4040
description: Suggest a name for the rule, as well as the error message and details that should be displayed when the rule is violated.
4141
placeholder: |
42+
> 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.
43+
4244
Rule name: [PluginName]/[YourRuleName]
4345
4446
Error message: Briefly and clearly describe the problem

0 commit comments

Comments
 (0)