From 82a97e22c4c405795df692db8d9b0db72cd7a711 Mon Sep 17 00:00:00 2001 From: "Victor A." <52110451+cs50victor@users.noreply.github.com> Date: Sat, 13 Jan 2024 14:15:32 -0500 Subject: [PATCH] chore: add docs to make it easier to contribute --- CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..ecd8db58 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,10 @@ +# Contibuting to Livekit's Rust SDK + +Thank you for your interest in contributing to Livekit! + +[WIP] + +## Required Tools to Contibuting to livekit-protocol + +- protoc-gen-prost `cargo add protoc-gen-prost` +- protoc-gen-prost-serde `cargo add protoc-gen-prost-serde`