From fca299da0a427049f2c212e2a2842279e65944f5 Mon Sep 17 00:00:00 2001 From: Carlo Strub Date: Thu, 21 Sep 2017 23:30:13 +0200 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..b1e86dc --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +# How to contribute +We welcome all contributions, be it writing documentation, raising issues, improving the code, etc. + +## General Approach +Please submit your contributions via a Pull Request. + +## License +We only accept contributions that follow the given License of the project. If you disagree with this point, please clearly mention it in your pull request. Without any notification, we assume your contribution follows the 3-clause BSD license. + +## Avoid Violations +Make sure that you do not violate any intellectual property rights or other legal jurisdictions and rights when contributing to this project.