Skip to content

Contributing

figorr edited this page Sep 10, 2025 · 3 revisions

Contributing

We welcome contributions to Meteocat for Home Assistant! πŸš€


Steps

  1. Check open issues.
  2. Fork the repository.
  3. Install the development environment:
    make init
    pipenv shell
  4. Code your feature or bug fix.
  5. Add tests and ensure coverage.
  6. Update documentation if necessary.
  7. Run quality checks:
    make coverage
    make lint
    make typing
  8. Add yourself to AUTHORS.md.
  9. Submit a Pull Request.

πŸ“Œ See also: License.


⬅️ Troubleshooting | ➑️ License

Clone this wiki locally