Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.82 KB

CONTRIBUTING.md

File metadata and controls

43 lines (31 loc) · 1.82 KB

Contributing to Homebridge Smart Irrigation

Your input is welcome, but do go through the Code of Conduct! We want to make contributing to this project as easy and transparent as possible, whether it's:

  • Reporting a bug
  • Discussing the current state of the code
  • Submitting a fix
  • Proposing new features
  • Becoming a maintainer

We Develop with Github

We use github to host code, to track issues and feature requests, as well as accept pull requests.

All Code Changes Happen Through Pull Requests

Pull requests are the best way to propose changes to the codebas. We actively welcome your pull requests but do discuss your proposed change prior to creating a PR.

  1. Fork the repo and create your branch from master.
  2. If you've changed APIs, update the documentation.
  3. Ensure the coding style coonforms to standardjs.
  4. Issue that pull request!

Any contributions you make will be under the MIT Software License

Your submissions are under the same MIT License that covers this project.

Report bugs using Github's issues

We use GitHub issues to track public bugs. Report a bug by opening a new issue.

Write bug reports with detail and background

It is most helpful to have:

  • A quick summary and/or background
  • Steps to reproduce
  • Any specific configuration settings
  • What you expect should happen
  • What actually happens
  • Any other suggestions or inputs you feel are relevant to the issue

Use a Consistent Coding Style

  • Please use Javascript Standard Style - standardjs

License

By contributing, you agree that your contributions will be licensed under its MIT License.