Title: Developer Resources
## Making a Contribution
Mahout is always looking for contributions, especially in the areas of
documentation. See this Wiki for details on contributing: [How to contribute](how-to-contribute.html)
We provide a list of items in JIRA that are aimed at new contributors and
should be fairly easy to start on, these are labeled with [MAHOUT_INTRO_CONTRIBUTE](https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=labels%20%3D%20MAHOUT_INTRO_CONTRIBUTE)
.
## Source Code
The source files are now stored using Subversion (see [http://subversion.tigris.org/](http://subversion.tigris.org/)
and [http://svnbook.red-bean.com/]
).
svn checkout [http://svn.apache.org/repos/asf/mahout/trunk](http://svn.apache.org/repos/asf/mahout/trunk)
mahout/trunk
## Documentation
Javadoc documentation is available online in our code reports:
* [Latest Javadoc](https://builds.apache.org/hudson/job/Mahout-Quality/javadoc/)
* [Data Formats](https://cwiki.apache.org/confluence/display/MAHOUT/Data+Formats)
* [File Format Integrations](https://cwiki.apache.org/confluence/display/MAHOUT/File+Format+Integrations)
* [Database Integrations](https://cwiki.apache.org/confluence/display/MAHOUT/Database+Integrations)
## Issues
All bugs, improvements, patches, etc. should be logged in [JIRA](https://issues.apache.org/jira/browse/MAHOUT)
.
## Continuous Integration
Mahout is continuously built on an hourly basis on the Apache [Jenkins](https://builds.apache.org/job/Mahout-Quality/)
build system.