Difference between revisions of "How to contribute"
From Horde3D Wiki
(Created page with "== How to contribute == There are '''three''' main channels to contribute to the '''Horde3D''': # [http://www.horde3d.org/forums/ Forum]: contribute to create a friendly com...") |
(→How to contribute) |
||
Line 1: | Line 1: | ||
== How to contribute == | == How to contribute == | ||
− | There are '''three''' main channels to contribute to the '''Horde3D''': | + | There are '''three''' main channels to contribute to the '''Horde3D''' project: |
# [http://www.horde3d.org/forums/ Forum]: contribute to create a friendly community. | # [http://www.horde3d.org/forums/ Forum]: contribute to create a friendly community. |
Revision as of 13:23, 13 February 2014
How to contribute
There are three main channels to contribute to the Horde3D project:
- Forum: contribute to create a friendly community.
- Wiki: help us documenting the project.
- GitHub: use your coding skills to improve the technology.
Report an issue
To report an issue, please use the official Issue Tracker at:
https://github.com/horde3d/horde3d/issues
Become a contributor
To contribute with code, please follow this workflow:
- Fork the project.
- Clone it on your machine.
- Code it!
- Commit & push back to your fork.
- Prepare a pull request.
Restrictions
You are not allowed to upload copyright protected files. You should commit only tested things and should not upload code that does not compile on your own development platform. If you are not sure if things you've developed are running on other platforms please specify in your pull request, so other people get informed and can test it on their platforms.
We can only accept code that is distributed under the LGPL or EPL license and assume that your submission is under that license.