Thanks for your interest in contributing to Add PR Comment!
- Fork the repository and clone your fork
- Install dependencies:
npm ci - Create a feature branch:
git checkout -b feat/my-feature
npm test— run testsnpm run check— lint and format checknpm run build— bundle intodist/index.js
- Make sure tests pass and lint is clean
- Use conventional commits for your PR title and first commit (e.g.,
feat:,fix:,docs:) - Open a pull request against
main
This project uses Biome for linting and formatting. Run npm run format to auto-fix issues.
Please open an issue on GitHub with a clear description and, if possible, a minimal reproduction.