20 lines
679 B
Markdown
20 lines
679 B
Markdown
# Contributing to Taiga
|
|
|
|
As an open source project, *taiga* welcomes contributions of many forms.
|
|
|
|
Examples of contributions include:
|
|
|
|
- Code patches.
|
|
- Documentation improvements.
|
|
- Bug reports.
|
|
- UI enhancements
|
|
|
|
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.
|