From 7f3ac3a51c68749158957523ab9ee6c50193eb87 Mon Sep 17 00:00:00 2001 From: kaiyou Date: Sun, 12 Nov 2017 11:38:49 +0100 Subject: [PATCH] Add contributing guidelines --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..4a7611f0 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,7 @@ +This project is open source, and your contributions are all welcome. There are mostly three different ways one can contribute to the project: + +1. use Mailu, either on test or on production instances, and report meaningful bugs when you find some; +2. contribute code and/or configuration to the repository (see [the development guidelines](https://mailu.io/contributors/guide.html) for details); +3. contribute localization to your native language (see [the localization docs](https://mailu.io/contributors/localization.html) for details); + +Either way, keep in mind that the code you write or the translation you produce muts be licensed under the same conditions as the project itself. Additionally, all contributors are considered equal co-authors of the project.