Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 952 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (19 loc) · 952 Bytes

SOT Contributing Guidelines

The SOT community appreciates your contributions via issues and pull requests.

When submitting pull requests, please follow the style guidelines of the project, ensure that your code is tested and documented, and write good commit messages, e.g., following these guidelines.

By submitting a pull request, you are licensing your code under the project license and affirming that you either own copyright (automatic for most individuals) or are authorized to distribute under the project license (e.g., in case your employer retains copyright on your work).

Setup

Prerequisites

python3 -m venv venv
source venv/bin/activate

Install Dependencies

pip install -e .

Run

sot

Refer to Readme for more details on commands.