2022-11-15 00:43:15 +01:00
2022-01-24 20:01:03 +01:00
# Description
2022-11-15 00:43:15 +01:00
_(Thank you for improving Nushell. Please, check our [contributing guide ](../CONTRIBUTING.md ) and talk to the core team before making major changes.)_
2022-11-07 22:57:29 +01:00
2022-11-15 00:43:15 +01:00
_(Description of your pull request goes here. **Provide examples and/or screenshots** if your changes affect the user experience.)_
2022-11-07 22:57:29 +01:00
2022-11-15 00:43:15 +01:00
# User-Facing Changes
2022-02-21 14:38:15 +01:00
2022-11-15 00:43:15 +01:00
_(List of all changes that impact the user experience here. This helps us keep track of breaking changes.)_
2022-01-24 19:58:09 +01:00
2022-11-15 00:43:15 +01:00
# Tests + Formatting
2022-06-16 15:14:59 +02:00
2022-11-15 00:43:15 +01:00
Don't forget to add tests that cover your changes.
2022-06-16 15:14:59 +02:00
2022-01-24 19:58:09 +01:00
Make sure you've run and fixed any issues with these commands:
2022-10-28 18:14:08 +02:00
- `cargo fmt --all -- --check` to check standard code formatting (`cargo fmt --all` applies these changes)
2022-11-23 01:58:11 +01:00
- `cargo clippy --workspace -- -D warnings -D clippy::unwrap_used -A clippy::needless_collect` to check that you're using the standard code style
- `cargo test --workspace` to check that all tests pass
2022-10-16 17:19:54 +02:00
2022-11-07 22:57:29 +01:00
# After Submitting
2022-10-28 18:14:08 +02:00
2022-11-15 00:43:15 +01:00
If your PR had any user-facing changes, update [the documentation ](https://github.com/nushell/nushell.github.io ) after the PR is merged, if necessary. This will help us keep the docs up to date.