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: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,14 @@ Like [Awesome Cursor rules](https://github.com/PatrickJS/awesome-cursorrules), e
13
13
14
14
# Contributing New Rules
15
15
16
-
To contribute new rules, use the template format in `prompts/00-rules-template.md`. Generate rules with a meta-prompt like:
16
+
To contribute new rules:
17
17
18
-
```
19
-
Please generate me a new rule formatted according to prompts/00-rules-template.md that summarises the principles of [topic/methodology] in under 200 lines.
20
-
```
18
+
1. Use the template format in `prompts/00-rules-template.md`. Generate rules with a meta-prompt like:
19
+
```
20
+
Please generate me a new rule formatted according to prompts/00-rules-template.md that summarises the principles of [topic/methodology] in under 200 lines.
21
+
```
21
22
22
-
This ensures consistent structure and keeps rules focused and actionable.
23
+
2. Submit a pull request with your new rule. All PRs require review from at least one code owner.
0 commit comments