Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.03 KB

File metadata and controls

14 lines (10 loc) · 1.03 KB

Contributing Guidelines

Use the following guidelines to contribute to this project.

Pull Requests

Developer workflow for code contributions is as follows:

  1. Developers must create a fork of this repository for the upstreaming.
  2. Git clone the forked repository and push changes to the personal fork.
  3. Developers must run changes locally to make sure formatting and linting checks pass.
  4. Once the code changes are staged on the fork and ready for review, a Pull Request (PR) can be requested to merge the changes from a branch of the fork into a selected branch of upstream.
  5. If you are contributing for the first time, Download Contribution License Agreement(CLA) and share a signed CLA.
  6. Since there is no CI/CD process in place yet, the PR will be accepted and the corresponding issue closed only after adequate testing has been completed, manually, by the developer and/or repository owners reviewing the code.