Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 888 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 888 Bytes

Contributing

Contribution to the project is more than welcome. If you would like to make a contribution to the source code, you can do so by creating pull requests to the development branch. All the pull requests will be reviewed to be merged.

Where a stable version is to be released, code in the development branch will be merged to the main branch.

To create a pull request, please follow.

  1. Fork/sync the project
  2. Create a new branch
  3. Make and test changes
  4. Commit with signature and push to your repository
  5. Create a pull request

See also the DEVELOPER-GUIDE.md under the docs directory.