Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 995 Bytes

File metadata and controls

43 lines (30 loc) · 995 Bytes

Contributing to CodeHarbor

Thanks for contributing.

Ways To Contribute

  • Report bugs with the Bug report template
  • Propose features with the Feature request template
  • Improve docs, onboarding, and examples
  • Submit code improvements with tests

Before Opening An Issue

  • Search existing issues and discussions first
  • Include exact reproduction steps and logs
  • Share your runtime version (codeharbor --version)

Development Checklist

npm run typecheck
npm run lint
npm test

If behavior or commands changed, update:

  • README.md
  • CHANGELOG.md
  • related docs under docs/

Pull Request Checklist

  • Keep PR scope focused
  • Explain user impact in the PR description
  • Add or update tests for behavior changes
  • Keep release notes user-facing and concrete

Community Feedback