diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 01a2a406..0a1b4c38 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ Pull requests are the best way to propose changes to the codebase. 1. Fork the repo and create your branch from `main`. 2. If you've changed something, update the documentation. 3. Make sure your code lints (using black). -4. Test you contribution. +4. Test your contribution. 5. Issue that pull request! ## Any contributions you make will be under the Apache License @@ -30,7 +30,7 @@ Report a bug by [opening a new issue](../../issues/new/choose); it's that easy! ## Write bug reports with detail, background, and sample code -**Great Bug Reports** tend to have: +**Great Bug Reports** typically have: - A quick summary and/or background - Steps to reproduce @@ -50,8 +50,7 @@ Use [black](https://github.com/ambv/black) to make sure the code follows the sty This custom integration is based on [integration_blueprint template](https://github.com/custom-components/integration_blueprint). -It comes with development environment in a container, easy to launch -if you use Visual Studio Code. With this container you will have a stand alone +It comes with development environment in a container that is easy to launch if you use Visual Studio Code. With this container you will have a stand alone. Home Assistant instance running and already configured with the included [`.devcontainer/configuration.yaml`](./.devcontainer/configuration.yaml) file.