Skip to content

Commit

Permalink
Add Tip to Contribute page explaining branch details (#2297)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clay-Mysten authored May 27, 2022
1 parent d000a28 commit a0f5769
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/src/contribute/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ Simply edit the file in question and generate a pull request. We will get back t
In order to obtain the Sui source code, follow the steps to download (`git clone`) the `sui` repository
at [Install Sui](../build/install.md#source-code).

> **Tip:** The install docs recommend use of the `devnet` branch as the last stable release. To instead
> contribute changes to Sui, use the `main` branch.
And see the Rust [Crates](https://doc.rust-lang.org/rust-by-example/crates.html) in use at:
* https://mystenlabs.github.io/sui/ - the Sui blockchain
* https://mystenlabs.github.io/narwhal/ - the Narwhal and Tusk consensus engine
Expand Down

0 comments on commit a0f5769

Please sign in to comment.