Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.21 KB

CONTRIBUTING.md

File metadata and controls

29 lines (23 loc) · 1.21 KB

We would encourage the community to contribute in both action generation algorithms and new testing tasks.

Pull Request

We actively welcome your pull requests.

  1. Fork the repo and create your branch from main.
  2. If you've added code that should be tested, add tests.
  3. If you've changed APIs, update the documentation.
  4. Make sure your code is well formatted by running black ..

Action Generation Algorithms

Make a PR to add a new generator in action_generator/.

New Tasks

  1. Follow the folder structure described in Tasks section in the Readme, with API definitions, test cases and optional demonstration examples parpared in the correspoding files and folder.
  2. Send an email to us with the link to download your prepared data.
  3. Prepare a PR to provide several exampels to the Readme. We will actively review your PR and merge them into main once the new tasks passes the check.

Issues

We use GitHub issues to track public bugs. Please ensure your description is clear and has sufficient instructions to be able to reproduce the issue.

License

By contributing to SambaNova ToolBench, you agree that your contributions will be licensed under the LICENSE file in the root directory of this source tree.