Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 867 Bytes

File metadata and controls

29 lines (18 loc) · 867 Bytes

Contributing

Thanks for your interest in contributing to Add PR Comment!

Getting Started

  1. Fork the repository and clone your fork
  2. Install dependencies: npm ci
  3. Create a feature branch: git checkout -b feat/my-feature

Development

  • npm test — run tests
  • npm run check — lint and format check
  • npm run build — bundle into dist/index.js

Submitting Changes

  1. Make sure tests pass and lint is clean
  2. Use conventional commits for your PR title and first commit (e.g., feat:, fix:, docs:)
  3. Open a pull request against main

Code Style

This project uses Biome for linting and formatting. Run npm run format to auto-fix issues.

Reporting Issues

Please open an issue on GitHub with a clear description and, if possible, a minimal reproduction.