You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/rule_request.yml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,10 @@ body:
37
37
id: rule-name-and-message
38
38
attributes:
39
39
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.
41
44
placeholder: |
42
45
> 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.
0 commit comments