Skip to content

Commit

Permalink
Merge branch 'develop' into 'master'
Browse files Browse the repository at this point in the history
Develop

See merge request HA/appdaemon-motion-lights!39
  • Loading branch information
Daniel Mason committed Oct 10, 2019
2 parents b9833dc + 25f0a72 commit 334b7c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
11 changes: 2 additions & 9 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
## React Boilerplate

Thank you for contributing! Please take a moment to review our **contributing guidelines**
to make the process easy and effective for everyone involved.
Thank you for contributing!

**Please open an issue** before embarking on any significant pull request, especially those that
add a new library or change existing tests, otherwise you risk spending a lot of time working
on something that might not end up being merged into the project.

Before opening a pull request, please ensure:

- [ ] You have followed our **contributing guidelines**
- [ ] Double-check your branch is based on `dev` and targets `dev`
- [ ] Pull request has tests (we are going for 100% coverage!)
- [ ] Code is well-commented, linted and follows project conventions
- [ ] Documentation is updated (if necessary)
- [ ] Internal code generators and templates are updated (if necessary)
- [ ] Documentation is updated (VERY IMPORTANT, undocumented features cannot be discovered and used!)
- [ ] Description explains the issue/use-case resolved and auto-closes related issues

Be kind to code reviewers, please try to keep pull requests as small and focused as possible :)
Expand Down
4 changes: 1 addition & 3 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"name": "Entity Controller",
"content_in_root": true,
"filename": "custom_components/entity_controller/__init__.py",
"homeassistant": "0.90.1"
}
}

0 comments on commit 334b7c8

Please sign in to comment.