Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 772 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 772 Bytes

Contributing Guidelines

Contributions are welcome via GitHub Pull Requests. This document outlines the process to help get your contribution accepted.

Any type of contribution is welcome: new features, bug fixes, documentation improvements, etc.

How to Contribute

  1. Fork this repository, develop, and test your changes.
  2. Submit a pull request.

Requirements

When submitting a PR make sure that:

  • It has passed CI jobs.
  • The title of the PR is clear enough.
  • If necessary, add/modify information to the repository's README.md.

PR Approval

  1. Changes are manually reviewed by team members ASAP.
  2. The PR is merged by the reviewer(s) in the GitHub develop branch.
  3. After thorough testing, the changes are merged into the GitHub main branch.