Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 939 Bytes

File metadata and controls

35 lines (22 loc) · 939 Bytes

Contributing

Thanks for your interest in contributing to openclaw-linear!

Getting Started

  1. Fork the repo and clone it locally
  2. Install dependencies: npm install
  3. Build: npm run build

Making Changes

  • 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

Submitting a Pull Request

  1. Push your branch to your fork
  2. Open a PR against main
  3. Describe what you changed and why
  4. Link any related issues

Reporting Bugs

Use the bug report template and include steps to reproduce.

Suggesting Features

Open an issue using the feature request template.

Code of Conduct

Be kind and constructive. Treat others with respect.