voice-agent-examples / CONTRIBUTING.md
fciannella's picture
Working with service run on 7860
53ea588

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, linting, and unit test checks pass. Check steps for development with the source in README.md for more details.
  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 email a signed CLA to ttripathi@nvidia.com.
  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.