Skip to content

How to contribute to the code ?

Tip

Don't forget to comment on the issue before you begin to work on it, it allow other contributor to know that somebody already work on it and avoid contributor losing their time by doing the same things.

Unsure where to begin contributing to Volontaria? You can start by looking through these good first issue and help-wanted issues:

Label name Link Description
good first issue search Less complex issues which would be good first issues to work on for users who want to contribute to Volontaria.
help-wanted search The Volontaria team would appreciate help to resolving these priorities.
enhancement search Feature requests.
backlog search Issue to be addressed later.
next search Issue to be addressed for next release.
bug search Confirmed bugs or reports that are very likely to be bugs.
question search Questions more than bug reports or feature requests (e.g. how do I do X).
duplicate search Issues which are duplicates of other issues, i.e. they have been reported before.
invalid search Issues which aren't valid (e.g. user errors).

Pull Requests

When you're ready to push your code, please make sure to respect these points:

  • Fill in the automatically generated PR template that will be propose to you during the creation of your PR.
  • Include screenshots and animated GIFs in your pull request whenever possible
  • Follow the code Styleguide
  • Document new code based on the Documentation Styleguide