Skip to content

Collaborating with PyBossa

teleyinex edited this page Jul 31, 2012 · 1 revision

So you have decided that this project is interesting and you want to help us: THANKS!

If you want to help us you can do it by:

  • Submitting new bugs/issues in the Issues page, or
  • Fixing bugs and sending us actual code patches.

We would love to see your code, so just to give you an idea, we are using the Github Workflow. The basic ideas are the following:

  • The master branch is always deployable, so never ever code there!
  • Create a branch with a meaningful name and work on it as much as you want.
  • When you are ready, issue a git pull request and we will merge it.

Please, read carefully the Github workflow and let us know if need help collaborating with us.

Clone this wiki locally