RoboHome-Web is the codebase that represents the frontend of the RoboHome project. The web interface provides a way to create users, add and manage devices, and an additional way to control devices. :robot: :house_with_garden:
GNU General Public License v3.0
8
stars
17
forks
source link
Added clause to PULL_REQUEST_TEMPLATE about creating a branch #120
Added check to require new pull requests are opened from a non-master feature/dev branch.
Motivation and Context
Contributors would open pull request with their local master branch which would cause confusion and makes squashing commits difficult. All pull request submitted to this repo should have a dedicated branch.
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[X] Enhancement (non-breaking change which is not noticeable to end users)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[X] My code follows the code style of this project.
[ ] My change requires an update to the README and I have updated it accordingly.
[X] I have read the CONTRIBUTING document.
[ ] I have added tests to cover my changes.
[X] This is a complete change and doesn't leave the project in a bad state.
Description
Added check to require new pull requests are opened from a non-master feature/dev branch.
Motivation and Context
Contributors would open pull request with their local
master
branch which would cause confusion and makes squashing commits difficult. All pull request submitted to this repo should have a dedicated branch.How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: