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
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,15 @@ body:
68
68
validations:
69
69
required: true
70
70
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/..."
0 commit comments