summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2019-03-10 14:10:09 -0400
committerReinhard Tartler <siretart@tauware.de>2019-03-10 14:10:09 -0400
commit1b839d11810d6202f9b6f41db8f0ec3197e6a867 (patch)
tree356521966aeadbf4265d6fafa163bb12ea0075ec /CONTRIBUTING.md
parentc84f07d33496f2c0c6553c70991581c2bdc75e52 (diff)
New upstream version 0.13~~git20180819.g2f5b556
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 00000000..fd6cd8ed
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,14 @@
+# Contributing to Box Backup
+
+We encourage contributions, especially completed ones (pull requests and patches). However please be aware of some restrictions:
+
+* This is backup software, it needs to be simple and reliable.
+* Almost all of the code is in C++ for performance.
+* The code is portable (cross-platform) and must remain so.
+* We have limited capacity to review contributions or respond to emails, so it may take a while.
+* We prefer not to add complexity where possible, especially if it can be done in a separate process via an interface.
+* All contributions must be dual-licensed BSD and GPL (can be used under either license).
+* Please follow the [coding style](https://www.boxbackup.org/wiki/CodingStyle).
+* Please use Github pull requests where possible.
+
+More information is available on our [Developers Documentation](https://www.boxbackup.org/wiki/DevelopersDocs) page.