Skip to content

Commit a214ea2

Browse files
committed
Add example REVIEW_RULES.md content to LinearBAI docs
1 parent f7756de commit a214ea2

File tree

1 file changed

+13
-0
lines changed
  • docs/automations/integrations/LinearBAI/code-review

1 file changed

+13
-0
lines changed

docs/automations/integrations/LinearBAI/code-review/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,21 @@ Use LinearB's AI with the [`code-review`](/automation-actions/#code-review) acti
5959
[:octicons-download-24: Download this example as a CM file.](/downloads/automation-library/integrations/LinearBAI/code-review-bb.cm){ .md-button }
6060
</span>
6161
</div>
62+
63+
!!! tip "`./REVIEW_RULES.md` example"
64+
65+
This file should be created in your repo root:
66+
67+
```
68+
1. Do not comment on missing documentation.
69+
2. Do not comment on missing tests.
70+
3. For JavaScript code, enforce using camelCase for variables and functions.
71+
```
72+
6273
<!-- --8<-- [end:example]-->
6374

75+
76+
6477
## Additional Resources
6578

6679
--8<-- "docs/snippets/general.md"

0 commit comments

Comments
 (0)