Take part fr en 

Contact us

Don’t hesitate to contact us and tell us what you want to do.

Rolisteam Roadmap

Please, take a look at the Rolisteam roadmap before writing any code.

Source code

Rolisteam is written in C++(11) and it is based on Qt5 framework. Its source code is managed on github. We use git.

Official Rolisteam Page

Getting the source code

Depending on how deep you want to be in Rolisteam development, there is two main ways to contribute.

One task or few tasks (oneshot)

This approach is great for people who want to implement one feature, fix few stuffs or test current development tools. The workflow is simple:

  1. Get a github account
  2. Fork rolisteam and its submodules (common, diceparser, charactersheet, RPlugins), all projets appears on your github profile
  3. clone those git project on your computer.
  4. Write the modification
  5. Test the modification
  6. Make “pull request”

Be part of the project

  1. Get a github account
  2. Ask to be part of Rolisteam’s team
  3. When its granted you can clone official rolisteam repositories (and its subproject)
  4. Write your code and commit your change.

To show your motivation is a good start to contribute several times as programmer. Then ask to be part of the team.

Technical help

In order to work on Rolisteam, you need to set up a working environment. It requires installation of several tools.

The page should have all needed information.

Don’t hesitate to contact us to speak about your intensions. So we can support your effort.

Back