Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ chat:
art: false

reviews:
# Skip reviews for PRs with [citest_skip] in the title
auto_review:
ignore_title_keywords:
- "[citest_skip]"

# Disable fun features
poem: false
in_progress_fortune: false
Expand Down
6 changes: 6 additions & 0 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ are likely to be suitable for new contributors!
**Code** is managed on [Github](https://github.com/linux-system-roles/network), using
[Pull Requests](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests).

## AI Coding Assistants

The `.coderabbit.yaml` configuration file in the repository root contains coding
standards and requirements that can be used by AI coding assistants to help
generate code that follows project conventions.

## Python Code

The Python code needs to be **compatible with the Python versions supported by
Expand Down
Loading