-
-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
tritrient-yuchen edited this page Aug 11, 2026
·
2 revisions
Thanks for improving OpenBcon.
- Fork the repository and create a focused branch.
- Install dependencies and run
npm run db:setupfor persisted work. - Make the smallest coherent change and add or update tests.
- Add a new numbered migration; never edit one that has already shipped.
- Run the verification suite before opening a pull request.
npm run check
git diff --checkExplain the user-facing behavior and verification in the pull request. Do not include customer data, credentials, confidential prompts, or unlicensed assets.
Community contributions are under AGPL-3.0-or-later. Before a contribution can
be accepted, contributors must agree to the repository's
Contributor License Agreement.
By submitting, you confirm you have the right to contribute the work and agree
that accepted contributions may be used in community and commercial editions.