Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.81 KB

File metadata and controls

38 lines (26 loc) · 1.81 KB

Contributing to homey-app-skill

Thanks for your interest in improving this skill! Whether you're fixing an error, adding new patterns, or suggesting improvements, your contributions help the entire Homey developer community.

Ways to Contribute

Submitting Changes

  1. Fork the repository
  2. Create a branch (git checkout -b my-improvement)
  3. Make your changes
  4. Commit with a clear message (git commit -m "fix: correct driver pairing example")
  5. Push to your fork (git push origin my-improvement)
  6. Open a Pull Request

Keep PRs focused on a single change. Smaller PRs are easier to review and merge faster.

Content Guidelines

  • Keep instructions concise and actionable
  • Test guidance against actual Homey SDK v3 behavior
  • Cite official Homey documentation where possible
  • Follow existing formatting patterns in SKILL.md
  • Use code examples that actually work
  • Maintain compatibility with the Agent Skills standard

Review Process

A maintainer will review your PR for accuracy and style. We may request changes or suggest edits. We aim for quick turnaround on reviews.

Code of Conduct

This project follows the Contributor Covenant. By participating, you agree to uphold it.