Every contribution is welcome to this open source project. However, before submitting your contribution, be sure to take a moment and read the following guidelines.
Take a look at :
- Check our Github Issues to see if someone has already answered your question.
- Join our community on Discord and feel free to ask everything you want.
- Code Editor
- NodeJS
- The
main
branch is basically a snapshot of the latest stable version. All development must be done in dedicated branches.
-
Fork of this repository and clone your fork
-
Create a new branch out of the
main
branch. -
Make and commit your changes following the commit convention.