Commit ba0a71dd authored by Hermann Mayer's avatar Hermann Mayer
Browse files

[Docs] Added a contribution guide, a initial changelog and a matching editorconfig file.

parent dcf44734
Loading
Loading
Loading
Loading

.editorconfig

0 → 100644
+19 −0
Original line number Diff line number Diff line
# http://editorconfig.org
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = true
indent_style = space
indent_size = 2

[Makefile,Makefile.shared]
trim_trailing_whitespace = true
indent_style = tab

CHANGELOG.md

0 → 100644
+4 −0
Original line number Diff line number Diff line
## 0.1.0

* Add `avmctl` binary to interface the AVM Smart Home library
* Add `avm-motion-triggerd` daemon to watch for motions to handle

CONTRIBUTING.md

0 → 100644
+3 −0
Original line number Diff line number Diff line
# How to Contribute

The project follow the common [Github](https://guides.github.com/activities/contributing-to-open-source/#contributing)/[Gitlab contribution guidelines](http://doc.gitlab.com/ce/workflow/README.html).