Add SOPs for dealing with adding deps/crates (#12771)

Time to expand our developer documentation, as some of this is still
tribal knowledge or things could otherwise slip through the cracks and
are costly to fix later.
This commit is contained in:
Stefan Holderbach
2024-05-06 22:14:00 +02:00
committed by GitHub
parent 460a1c8f87
commit f9d4fa2c40
2 changed files with 43 additions and 0 deletions

View File

@ -7,5 +7,6 @@ A complementary (currently stale) resource has been the [Nushell contributor boo
## Contents
- [Developer FAQ](FAQ.md)
- [How to/SOPs](HOWTOS.md)
- [Platform support policy](PLATFORM_SUPPORT.md)
- [Our Rust style](devdocs/rust_style.md)