Skip to content

Commit 71ea049

Browse files
committed
Auto merge of #11842 - epage:design, r=ehuss
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
2 parents 92751f9 + 67ca847 commit 71ea049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/contrib/src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- [Working on Cargo](./process/working-on-cargo.md)
77
- [Release process](./process/release.md)
88
- [Unstable features](./process/unstable.md)
9+
- [Design Principles](./design.md)
910
- [Architecture](./architecture/index.md)
1011
- [Codebase Overview](./architecture/codebase.md)
1112
- [SubCommands](./architecture/subcommands.md)
@@ -18,4 +19,3 @@
1819
- [Writing Tests](./tests/writing.md)
1920
- [Benchmarking and Profiling](./tests/profiling.md)
2021
- [Crater](./tests/crater.md)
21-
- [Design Principles](./design.md)

0 commit comments

Comments
 (0)