First time here? Check out the FAQ!

Revision history  [back]

If you would like to develop askbot independently - then just fork and continue on your own.

For development - clone the repository on your computer, then run python setup.py develop, it's more convenient than using pip (it is possible to clone git/svn/hg etc repositories with pip too with pip install -e git+..., but not really necessary for the development unless you want to pull dependencies from the repos as well).

We accept pull requests via github, but strongly prefer to use topic branches (strictly one feature/bug fix per branch). Thanks!