Wiki

Clone wiki

qatrackplus / developers / about

Contributing to the QATrack+ Development

We would certainly welcome contributions of code or cleanups/refactorings of existing code from anyone who is interested in helping out.

This page will get filled out with more details as time goes on, but if you're interested in hacking on the QATrack+ code please fork the QATrack+ repository on bitbucket.

Please feel free to edit this page and add any details you think will be helpful to other people!

Getting ahold of the source code

The general sequence to contribute/patch source code to QATrack+ is as follows:

Installing git

QATrack+ uses git for revision control purposes. If you're new to git, Bitbucket has a tutorials for installing/configuring git on Windows, and Mac OSX (ignore the Mercurial/HG sections)...if you're on a Linux system, git should be available via your package manager (e.g. apt-get install git, yum install git-core etc.).

Resources for developers

Updated