-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from smirko-dev/Update-documentation
Contributing documentation
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Contributing to fitbit-homeassistant | ||
|
||
## Do you have a questions? | ||
|
||
* Please don't file an issue if you have a question. | ||
* Use [Github Discussions](https://github.com/smirko-dev/fitbit-homeassistant/discussions) to drop your question in case of it's not already dicussed. | ||
|
||
## Did you find a bug? | ||
|
||
* Search [Github Issues](https://github.com/smirko-dev/fitbit-homeassistant/issues) if your issue was already addressed. | ||
* Create a bug report in case of you don't find a matching existing one. | ||
* Use a clear and descritive title. | ||
* Add the version you encountered the issue with. | ||
* Add detailed steps to reproduce the issue and the observed behavior (and optionally expected behavior). | ||
* If you find a closed issue which seems to be the same as yours, create a new bug report and link it to yours. | ||
|
||
## Do you intend to add a new feature or change an existing one? | ||
|
||
* Create a pullrequest [Github Pull requests](https://github.com/smirko-dev/fitbit-homeassistant/pulls). | ||
* Add a detailed description of the changes and the reason for the change. |