This document contains some tips on how to collaborate in this project.
If you find a bug or want to propose a new feature, you could go on and Open an Issue. Also, you could create a Pull Request for solving the given issue, where a discussion would be set with the project developers community; We are always happy to support new developers into our project!
Currently, the repository contains two branches: dev
(which means development) and main
(which is the main branch). All Pull Requests should be targetting the dev
branch. Try to give a complete description of the changes that you propose in your Pull Request and reference the issue that you are solving.
Happy hacking!