We're happy if you wanted to help us developing this framework to it's peak! You could help us by creating new feature or maintain current code and fix current bug or etc.
Please keep in mind that we need to keep this framework always tidy and clean, so, there'd be a rules and instruction how to contribute to this framework.
Please always keep the code clean and optimized, and try to always use Object Oriented Programming (Classes).
Please maintain a good communication between developers before working on new feature and make sure if someone hasn't working on a same thing already.
You could discuss this with others on our Discord Server.
We like to have the consistency of the code, so, please make sure your code is pass the testing. Use npm run lint
or yarn lint
command to run the test.
Always maintain to have your fork with the latest version on the upstream branch, and always make sure to have a pull request to different branch than the master branch.
Also, you don't have to update the documentation, the repository maintainers would handle that.
To do a pull request you just only need to do this:
Learn more about pull request on here.
Generated using TypeDoc