Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
Created CONTRIBUTING.md
Browse files Browse the repository at this point in the history
And introducing the develop branch
  • Loading branch information
echoromeo committed Mar 20, 2021
1 parent 562e99e commit 4de3ae7
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Contributing to hanobo

:+1::tada: First off, thanks for taking the time to contribute! :tada::+1:

The following is a set of guidelines for contributing to hanobo. Use your best judgment, and feel free to propose changes to this document in a pull request.

## Issues

Go ahead and create an issue for bugs or feature requests.
For bugs please add the following info.

* Home Assistant version
* hanobo version
* error messages from the log
* other info that might be of interest, like how often or what you did to make it fail

## Pull Requests

Pull Requets should be made to the develop branch, not the master branch.
This allows a testing to be done a bit easier before new changes are "released" to the master branch.

Recommended procedure:

* Fork this repo
* Check out the develop branch
* Do your changes and confirm that it runs as expected
* Commit your changes, either to your develop branch or a separate feature branch
* Create a pull request from your branch to the [hanobo develop](https://github.com/echoromeo/hanobo/tree/develop) branch

0 comments on commit 4de3ae7

Please sign in to comment.