From 76a28bddda24f378c5d66aa3c22ac756f86ce78b Mon Sep 17 00:00:00 2001 From: Dan Garner Date: Thu, 29 Jan 2015 14:33:12 +0000 Subject: [PATCH] Create CONTRIBUTING --- CONTRIBUTING | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CONTRIBUTING diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 0000000..55be27c --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1,12 @@ +# Contributing +We'd love to work with you and accept your contributions. For small changes like bug fixes, typos, etc. Please Fork us and submit a pull request with the details of what you have changed. + +For larger changes, you will have to electronically sign a statement that indicates two things: + +* You are willingly licensing your contributions under the terms of the open source license of the project that you're contributing to. + +* You are legally able to license your contributions as stated. + +This is called a Contributor Licence Agreement or "CLA" for short. + +The standard licence for Xibo is the [AGPLv3](LICENSE). For more information please see [CONTRIBUTING](https://github.com/xibosignage/xibo/blob/master/CONTRIBUTING.md).