Create CONTRIBUTING.md

pull/14/head
Mikael Heden 2016-09-08 14:28:06 +02:00 committed by GitHub
parent 2a6bc43b25
commit 713c90b3bd
1 changed files with 23 additions and 0 deletions

23
.github/CONTRIBUTING.md vendored 100644
View File

@ -0,0 +1,23 @@
# Contributing to SOEM/SOES
Thanks for taking the time to contribute to SOEM/SOES! :+1:
The following is a set of guidelines for contributing to SOEM/SOES. (These are just guidelines, not rules, use your best judgment.)
## Contributor License Agreement
If you want to contribute to SOEM or SOES you will need to sign a
Contributor License Agreement and send it to us either by e-mail or by physical mail.
More information is available in this [PDF](https://openethercatsociety.github.io/cla/cla_soem_soes.pdf).
## Commits and commit messages
* Squash your commits into logical units of work
* Use the present tense ("Add feature" not "Added feature")
* Use the imperative mood ("Read register..." not "Reads register...")
* Limit the first line to 72 characters or less
* Reference issues and pull requests if possible