forked from extern/nushell
Add documentation requirement to PR template (#6749)
This commit is contained in:
parent
ec8e57cde9
commit
1a99893e2d
4
.github/pull_request_template.md
vendored
4
.github/pull_request_template.md
vendored
@ -15,3 +15,7 @@ Make sure you've run and fixed any issues with these commands:
|
||||
- [ ] `cargo fmt --all -- --check` to check standard code formatting (`cargo fmt --all` applies these changes)
|
||||
- [ ] `cargo clippy --workspace --features=extra -- -D warnings -D clippy::unwrap_used -A clippy::needless_collect` to check that you're using the standard code style
|
||||
- [ ] `cargo test --workspace --features=extra` to check that all the tests pass
|
||||
|
||||
# Documentation
|
||||
|
||||
- [ ] If your PR touches a user-facing nushell feature then make sure that there is an entry in the documentation (https://github.com/nushell/nushell.github.io) for the feature, and update it if necessary.
|
||||
|
Loading…
Reference in New Issue
Block a user