Merge pull request #139 from taigaio/contributing

Add CONTRIBUTING.md file.
remotes/origin/enhancement/email-actions
David Barragán Merino 2014-10-24 01:19:33 +02:00
commit 037c48608c
1 changed files with 19 additions and 0 deletions

19
CONTRIBUTING.md Normal file
View File

@ -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.