Skip to content

Commit 44f9c4b

Browse files
committed
Add 'Documentation References' field to rule request template
1 parent 1623d61 commit 44f9c4b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/ISSUE_TEMPLATE/rule_request.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,15 @@ body:
6868
validations:
6969
required: true
7070

71+
- type: textarea
72+
id: docs-references
73+
attributes:
74+
label: Documentation References
75+
description: Provide links to relevant documentation or resources that can help understand the context of the rule (e.g., ["Pitfalls" sections in https://react.dev](https://www.google.com/search?q=Pitfall+site:react.dev)).
76+
placeholder: "The pattern is mentioned in the official docs: https://react.dev/..."
77+
validations:
78+
required: false
79+
7180
- type: checkboxes
7281
id: checklist
7382
attributes:

0 commit comments

Comments
 (0)