Contributing Guidelines
How to contribute to Linear Canal.
Getting Involved
We welcome contributions! Please check our GitHub repository for open issues and read this guide before submitting a pull request.
Local Dev Setup
bash
Running Tests
bash
Pull Request Checklist
- Tests pass locally.
- New behaviour is covered by a test.
- Commit messages are clear and scoped (e.g.
feat(indexer): add delta update support). - No new secrets or credentials committed.