Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

20 lines (15 loc) · 1.03 KB

Contributing

A good first issue ?

You can easily start with any good first issue tagged issue!

Workflow

We are using a standard github workflow in this project:

  1. Find an issue you want to work on, and discuss about it on Github or on Discord
  2. Create a fork of the repository
  3. Create your new branch
  4. Work on it :-)
  5. Run make fix-cs in order to clean you code
  6. Run make test and fix everything if any
  7. Push your branch
  8. Create your pull request, you can add Closes #xxx in its description in order to link it with an existing issue
  9. While you are still working on you PR, you can add a WIP: prefix to its name