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-csin order to clean you code - Run
make testand fix everything if any - Push your branch
- Create your pull request,
you can add
Closes #xxxin 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