LesserPanda welcomes contribution from everyone. Here's some guidelines if you are thinking of helping us.
The development of LesserPanda is using Git-Flow, please always send PR
to develop
branch.
- master: Stable
- develop: Branch for development(latest)
- feature/*: Branch for a specific feature, will be merged into
develop
while finished - doc: API doc branch
TODO:
- Some rules to generate better API documentations
TODO:
Make sure code style matches, check .eslintrc
for more information.
Run eslint --fix --quiet src/engine/**/*.js
to test.
- How to create PR
TODO:
- Create a Slack channel