mirror of
https://github.com/nushell/nushell.git
synced 2025-05-05 07:22:57 +00:00
<!-- if this PR closes one or more issues, you can automatically link the PR with them by using one of the [*linking keywords*](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword), e.g. - this PR should close #xxxx - fixes #xxxx you can also mention related issues, PRs or discussions! --> # Description <!-- Thank you for improving Nushell. Please, check our [contributing guide](../CONTRIBUTING.md) and talk to the core team before making major changes. Description of your pull request goes here. **Provide examples and/or screenshots** if your changes affect the user experience. --> I was interested in how nu-shell handles glibc, especially older versions of it. I figured out from the docs that ubuntu 20.04 is utilized. However, in reality, github has deprecated ubuntu 20.04, and the code for ci.yaml in github workflow clearly states that it is 22.04. This is just a minor doc update to clarify forgotten information
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, which until further notice contains broader design guidance.