Files
mistralai-client-rs/CONTRIBUTING.md
2024-03-03 15:20:30 +01:00

1.2 KiB

Contribute


Getting Started

Requirements

First setup

Important

If you're under Windows, you nust run all CLI commands under a Linux shell-like terminal (i.e.: WSL or Git Bash).

Then run:

git clone https://github.com/ivangabriele/mistralai-client-rs.git # or your fork
cd ./mistralai-client-rs
cargo build

Optional requirements

Test

make test

or

make test-watch

Code of Conduct

Help us keep this project open and inclusive. Please read and follow our Code of Conduct.

Commit Message Format

This repository follow the Conventional Commits specification and specificaly the Angular Commit Message Guidelines.