owned this note
owned this note
Published
Linked with GitHub
# Subject Matter Experts in the Nushell organization
## Core team internal roles
- Release managers
- publishing team - [nushell/publishing-team]
- release note editor
- Keybearers for accounts (we should have an internal document for all the accounts)
- Moderation contact on the code of conduct
- Security response
-
## General contributor roles
### Docs
- Website Content - Book, Cookbook, Language Reference - [darren, notthedr01ds, rose]
- Help System (internal and `std/help`)
- TWiN - [notthedr01ds, ]
- Website Infrastructure [_justin_, ]
- Algolia - [darren has login/passwd, rose]
- Vuepress
### Infra and processes
- CI - [stefan, piet, _justin_]
- nightlies/packaging - [_justin_, ]
- internal-scripts (like make_release) - [nushell/publishing-team, ]
- benchmarking
- testing infra - [stefan, ]
- Repo management
- awesome-nu - [darren, ]
- nu_scripts - [darren, ]
- Standard library [notthedr01ds, rose]
- Profiling - [_jakub_, ]
- triage/issue labels - [stefan, rose]
- Compile time watchdog - [stefan, ]
- dependency vetting - [stefan, ]
- Discord - [darren, ]
- Discord announcements
- GitHub owner - [darren, jakub, ]
### Language
- parser-nerd
- old-parser
- new-nu-parser [_jakub_, yash, ]
- Engine/Internals (this is kind of vague) - [stefan, ]
- IR [_devyn_, rose]
- environment management (`$env`, `$PWD`)
- scoping/name-resolution
- modules - [_jakub_, ]
- overlays - [_jakub_, ]
- alias
- Language semantics
- Const eval
- type-system - [rose, stefan, ]
- pipeline i/o [rose, devyn, _ian_]
- `Value` variant semantics (e.g. how we handle `duration`) - [stefan, ]
- Cell-path semantics/nested data/container types - [_ian_, stefan, ]
- streaming
- globbing (nu-glob, wax, devyn's glob-experiment) [rose]
- Error handling
- Mutability
- "Jobs"
- Externals, run-external [_ian_, rose]
- Signal handling
- Background jobs/job control [_renan_ (non-core-team)]
- Commands
- Networking
- Polars - [jack, ]
- sqlite
- filesystem
- http [jack]
- formats [jack]
- Plugins - [_devyn_, jack]
- Config - [_ian_, nottheDr01ds, stefan, ]
- hooks
- Interactive experience
- reedline - [rose, stefan, yash, ]
- Completions - [yash, ]
- explore tui
- `tabled` [zhiburt]
- Themeing
### Ecosystem
- nu-ansi-term - [stefan, ]
- nupm - [_jakub_, _antoine_, ]
- jupyter-kernel [piet]
- WASM version of nu - [piet, ]
- Editor support
- nufmt
- LSP - [_blindFS_ (non-core-team), ]
- vscode extension - [darren, ]
- Treesitter - [_blindFS_ (non-core-team), ]
- interfacing with third parties
- atuin
- virtualenv - [_jakub_, ]
- all the prompts
- zoxide
- oh-my-posh
### Unexplored/on-going topics
- globbing/glob-experiment - [devyn, ]
- Modularization [rose]
- Stabilization - [stefan, rose]
- Colors/Styling - [rose]
### special interest groups
- Windows users - [darren, piet]
- Mac users - [darren, ]
- $SHELL = nu - [rose]
- plugin-authors