Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add contribution guidelines #202

Merged
merged 7 commits into from
Nov 11, 2024
Prev Previous commit
ci(pre-commit): autofix
pre-commit-ci[bot] committed Nov 11, 2024
commit b68d35999cb9a3d7ca424fcd344454e6d82769c6
2 changes: 1 addition & 1 deletion docs/contribute.md
Original file line number Diff line number Diff line change
@@ -74,7 +74,7 @@ A good PR fulfills all of the following:
- Includes unit tests for added/fixed functionality where applicable
- New functionality is documented
- Has a reproducible evaluation/testing method where applicable
- e.g. Rosbags or PCAPs attached
- e.g. Rosbags or PCAPs attached
- Easily runnable benchmarks are included for performance optimizations

We cannot start a review before pre-commit and CI are passing.