Contributing

Thank you for your interest in contributing to Skier! We welcome issues, pull requests, and suggestions from the community.


Code of Conduct

Please be respectful and constructive in all interactions.


How to Contribute


Development Setup

  1. Fork the repository and clone your fork.
  2. Install dependencies:
    npm install
  3. Use the Node.js version in .nvmrc.
  4. Run tests:
    npm test
  5. Run Prettier to check formatting:
    npm run format

Code Style


Pull Request Process


Issue Reporting


Maintainers


Thank you for helping make Skier better!