We love your input! We want to make contributing to DocB as easy and transparent as possible.
- Fork the repo and create your branch from
main. - Create a new branch
- fix/name for bug fixes
- feat/name for new features
- docs/name for documentation changes
- test/name for test changes
- refactor/name for refactoring
- Please write clean, readable code. We have yet to add tests, but writing testable code will make testing easier.
- If you change any API surfaces, update the documentation (see Documentation Standards).
- Confirm that the project builds locally via Xcode.
- Submit your pull request and wait for review!
We adhere to the standard Apple DocC format for our code documentation. Whenever you introduce new structures or change APIs, please ensure you update the documentation comments accordingly. AI coding assistants should reference their specialized directives in AGENTS.md for precise syntactic placement guidelines.
By contributing to DocB, you agree that your contributions will be licensed under its open-source license.