From 13eed435af4e7477333dfc3336e91d3edbac2f80 Mon Sep 17 00:00:00 2001 From: bjorn Date: Wed, 7 Nov 2018 22:49:03 -0800 Subject: [PATCH] Update CONTRIBUTING; --- CONTRIBUTING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e50fffd1..b7b489c9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,9 +25,10 @@ and the `examples` folder has source code for sample projects and other demos. Contributing Code --- -To contribute patches, fork LÖVR, commit to a branch, and submit a pull request. For larger -changes, it can be a good idea to engage in initial discussion via issues or Slack before -submitting. Try to stick to the existing coding style: +To contribute patches, fork LÖVR, commit to a branch, and submit a pull request. Note that +contributions to the repository will be released under the terms in LICENSE. For larger changes, it +can be a good idea to engage in initial discussion via issues or Slack before submitting. Try to +stick to the existing coding style: - 2 space indentation. - 100 character wrapping (ish, sometimes it's more readable to just have a long line).