Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 527 Bytes

File metadata and controls

17 lines (9 loc) · 527 Bytes

Contributing

Contribution are welcome as always. Checkout the existing issues or create issues.

Steps for contributing:

  • Fork and clone the repository

  • Always branch from development branch locally.

    • Make sure that you have updated development branch locally.
  • If resolving an issue then create a branch with name like bugfix-#<issue_number> or enhancement-#<issue_number>

  • After commiting, push the branch to your upstream fork.

  • Create a pull request to the development branch of the repository