From 67ca847232068b171761e8177134d5691a1dd9f2 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 13 Mar 2023 13:58:07 -0500 Subject: [PATCH] docs(contrib): Move Design Principles earlier in the book This is the framing by which all contributions should happen, so this should come first before getting into what is needed to know to implement a change and test it. This is also prep for adding a new Implementations Practices section to pull out various tips spread through the Architecture section. See #11841 --- src/doc/contrib/src/SUMMARY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/contrib/src/SUMMARY.md b/src/doc/contrib/src/SUMMARY.md index bf0fb38e2b8..20d790ee7de 100644 --- a/src/doc/contrib/src/SUMMARY.md +++ b/src/doc/contrib/src/SUMMARY.md @@ -6,6 +6,7 @@ - [Working on Cargo](./process/working-on-cargo.md) - [Release process](./process/release.md) - [Unstable features](./process/unstable.md) +- [Design Principles](./design.md) - [Architecture](./architecture/index.md) - [Codebase Overview](./architecture/codebase.md) - [SubCommands](./architecture/subcommands.md) @@ -18,4 +19,3 @@ - [Writing Tests](./tests/writing.md) - [Benchmarking and Profiling](./tests/profiling.md) - [Crater](./tests/crater.md) -- [Design Principles](./design.md)