You can easily start with any good first issue
tagged issue!
We are using a standard github workflow in this project:
- Find an issue you want to work on, and discuss about it on Github or on Discord
- Create a fork of the repository
- Create your new branch
- Work on it :-)
- Run
make fix-cs
in order to clean you code - Run
make test
and fix everything if any - Push your branch
- Create your pull request,
you can add
Closes #xxx
in its description in order to link it with an existing issue - While you are still working on you PR, you can add a
WIP:
prefix to its name