mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 00:13:21 +01:00
f9d4fa2c40
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.
13 lines
525 B
Markdown
13 lines
525 B
Markdown
# Basic developer documentation
|
|
|
|
This is intended to give some immediate guidance to how to navigate the codebase and lives from everyone updating it if you make a design change.
|
|
|
|
A complementary (currently stale) resource has been the [Nushell contributor book](https://www.nushell.sh/contributor-book/), which until further notice contains broader design guidance.
|
|
|
|
## Contents
|
|
|
|
- [Developer FAQ](FAQ.md)
|
|
- [How to/SOPs](HOWTOS.md)
|
|
- [Platform support policy](PLATFORM_SUPPORT.md)
|
|
- [Our Rust style](devdocs/rust_style.md)
|