Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 811 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (14 loc) · 811 Bytes

Contributing

Contribution are welcome as always. Checkout the existing issues or create issues if you encounter any problem with the project.

Steps for contributing

1. Making Changes

  • 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>

  • Write a commit messages describing the changes you made

2. Submitting Pull request

  • Rebase your commits with latest changes from development.

  • Push your changes to your upstream fork.

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

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