mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-23 11:11:00 -05:00
Contributors frequently open PRs against master instead of dev. Add prominent callouts and a root-level CONTRIBUTING.md so the branch requirement is visible at every step of the contribution flow. Made-with: Cursor Co-authored-by: Cursor Agent <agent@cursor.com>
1.1 KiB
1.1 KiB
All Submissions:
⚠️ PRs must target the
devbranch. If your PR targetsmaster, please change the base branch todevbefore requesting a review.
- My PR targets the
devbranch (notmaster) and my branch was created fromdev. - Have you followed the guidelines in our Contributing document?
- Have you checked to ensure there aren't other open Pull Requests for the same update/change?
New Feature Submissions:
- Does your submission pass tests?
- Have you formatted your code locally using
cargo +nightly fmt --allcommand prior to submission? - Have you checked your code using
cargo clippy --workspace --all-featurescommand?
Changes to Core Features:
- Have you added an explanation of what your changes do and why you'd like us to include them?
- Have you written new tests for your core changes, as applicable?
- Have you successfully ran tests with your changes locally?