Skip to content
Martin Myslík edited this page Jul 26, 2016 · 2 revisions

How to commit

Please, follow these simple rules when committing new code:

  • Create an issue or select an existing one and create a branch in the following format: [feature or bug]/#[issue-number]-[description].
  • Create a Pull Request to master from your branch. Solve any potential conflicts in your branch, master should never be committed to and should only contain functional code.
Clone this wiki locally