Skip to content

How to Contribute@Create a Pull Request

JackTuxh edited this page Jun 11, 2020 · 1 revision

The contributor must make sure the following conditions are met for creating a new pull request.

  • The pull request should contain no more than 200 lines of code.
  • A pull request template is included in the pull request.
  • The pull request and commits messages must be meaningful and reflects on the changes.
  • A new issue must also be created alongside the pull request to describes the issues it's resolving.
  • If the code includes some new feature or integrating to the existing features, tests must be included in the pull request.