Thanks for your interest in contributing to openclaw-linear!
- Fork the repo and clone it locally
- Install dependencies:
npm install - Build:
npm run build
- Create a branch from
main - Keep changes focused — one fix or feature per PR
- Follow existing code style and conventions
- Add or update tests if applicable
- Push your branch to your fork
- Open a PR against
main - Describe what you changed and why
- Link any related issues
Use the bug report template and include steps to reproduce.
Open an issue using the feature request template.
Be kind and constructive. Treat others with respect.