Thanks for your interest in contributing to efcore-paradedb.
Before opening a PR, please read this guide for workflow and quality expectations. If anything is unclear, ask in the ParadeDB Slack community.
External contributions should be linked to a GitHub issue. If no issue exists for your bug/feature, please open one first.
Good starter issues are usually labeled good first issue.
Ideal issues for external contributors are well-scoped changes that are less
likely to conflict with core roadmap work. We welcome small documentation
contributions that accompany a feature, correct wrong information, or fix
typos, but we do not accept generic "documentation improvement" PRs.
This repository supports self-assignment:
- Confirm the issue is unassigned and not already being worked on.
- Comment
/taketo assign it to yourself.
If you can no longer work on it, remove yourself from assignees.
git clone https://github.com/paradedb/efcore-paradedb.git
cd efcore-paradedb
dotnet tool restore
dotnet restore build.slnfRun for against a single .NET version for speed:
dotnet test -f net10.0Or against 8, 9, and 10:
dotnet testThis repository enforces format checks via CSharpier and lint workflows for Markdown, YAML, Bash, and typos. Common commands:
# C# formatting
dotnet csharpier check .
dotnet csharpier format .
# Pre-commit hooks (markdownlint, codespell, etc.)
prek install -f
prek run --all-files- Ensure your change has an issue.
- Branch from
main. - Add or update tests for behavior changes.
- Open a PR to
main. - Ensure CI passes.
The repository enforces PR title linting and follows Conventional Commits. We will not merge a feature without appropriate tests.
In order for us, ParadeDB, Inc., to accept patches and other contributions from you, you need to adopt our ParadeDB Contributor License Agreement (the "CLA"). The current version of the CLA can be found on the CLA Assistant website.
ParadeDB uses a tool called CLA Assistant to help us track contributors' CLA status. CLA Assistant will automatically post a comment to your pull request indicating whether you have signed the CLA. If you have not signed the CLA, you must do so before we can accept your contribution. Signing the CLA is a one-time process for this repository, is valid for all future contributions to efcore-paradedb, and can be done in under a minute by signing in with your GitHub account.
If you have any questions about the CLA, please reach out to us in the ParadeDB Community Slack or via email at legal@paradedb.com.
By contributing to efcore-paradedb, you agree that your contributions will be licensed under the MIT License.