Skip to content

Contribute

Dani K edited this page Jan 29, 2024 · 4 revisions

Contribution guidelines

It is important to highlight that we are working according to Git Flow. Knowing this, you need to follow these steps to make a contribution:

  • Create an issue where you describe a problem you want to solve, a suggestion, etc.

  • Create a new branch from the develop branch if you want to change the code or something about the repository structure. The name of the branch must be a reference to an issue (#XX).

  • If you think that a bug needs to be fixed urgently, create a new branch from the master branch.

  • Every commit in a branch must reference the issue of the branch following this structure: "(#XX): commit description"

  • Make a pull request with your changes to develop (or master) branch.

  • Work over the suggestions given and update your pull request.

Clone this wiki locally