Merge pull request #139 from taigaio/contributing
Add CONTRIBUTING.md file.remotes/origin/enhancement/email-actions
commit
037c48608c
|
@ -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.
|
Loading…
Reference in New Issue