From 80df378ba159bc88af0fd2de3216bdd39c1302a5 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 6 Oct 2014 19:15:52 +0200 Subject: [PATCH] Add CONTRIBUTING.md file. --- CONTRIBUTING.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..4f2ac953 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,19 @@ +# Contributing to Taiga + +As an open source project, *taiga* welcomes contributions of many forms. + +Examples of contributions include: + +- Code patches. +- Documentation improvements. +- Bug reports. +- Patch reviews. + +Before start developing one big feature (with intentions of including it on taiga code base), it is +strongly recommended chat about it using our [mailing list](http://groups.google.com/d/forum/taigaio). + +## License ## + +Every code patch accepted in taiga codebase it is licensed under AGPL v3.0. You should care +about it and not include code that can not be licensed under that license. +You can see the complete license on `LICENSE` file on the root of repository.