summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2020-02-19 08:49:15 +0100
committerGitHub <noreply@github.com>2020-02-19 08:49:15 +0100
commitf9e77bbeabf307dbc4e6f1521c1567fe9bf1123f (patch)
tree9d73b7207207c0a902ce5763bf20eace955a7916 /.github
parent9b4258e4f5abb355670afb69d60f3002cb9c27b0 (diff)
Doc review: precaution on contribution [skip ci]
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 29fe0aaa..13d6cad7 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -36,8 +36,13 @@ We use Sphinx to generate the code and you will be able to verify the result in
## Something you want to improve in the code
-Please first take some time to read our [code conventions](code_conventions.md)
+We don't ask for any paperwork but we expect you don't submit anything you are not allowed to:
+* check that your work contract and your employer allow you to contribute to this open source project.
+* insure you do not violate someone's intellectual property.
+* ...
+
+Please, take some time to read our [code conventions](code_conventions.md)
As a convention, we set a Pull Request as a **Draft Pull Request** when we work on something we want the other contributors to see.
-We click on **Ready for review** to ask for a peer review of the contribution. \ No newline at end of file
+We click on **Ready for review** to ask for a peer review of the contribution.