From 6bbe6081c5998c940ce31303e4ccabec0f085c7c Mon Sep 17 00:00:00 2001 From: Clay-Mysten <100217682+Clay-Mysten@users.noreply.github.com> Date: Tue, 12 Jul 2022 14:57:57 -0700 Subject: [PATCH] Update index.md (#3083) --- doc/src/contribute/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/src/contribute/index.md b/doc/src/contribute/index.md index 062f81526f66c..12792ba7e732e 100644 --- a/doc/src/contribute/index.md +++ b/doc/src/contribute/index.md @@ -74,5 +74,6 @@ To submit your pull request: * Learn [about Mysten Labs](https://mystenlabs.com/) the company on our public site. * Read the [Sui Smart Contract Platform](../../paper/sui.pdf) white paper. * Implementing [logging](../contribute/observability.md) in Sui to observe the behavior of your development. +* Employ [performance profiling on macOS](../contribute/xcode-instruments.md). * Find related [research papers](../contribute/research-papers.md). * See and adhere to our [code of conduct](../contribute/code-of-conduct.md).