Skip to content

Commit

Permalink
chore(dev): add cargo commands to PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
pront authored Jan 10, 2025
1 parent 1ef01ae commit 78119a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Providing this information upfront will facilitate a smoother review process. --

## Checklist
- [ ] Please read our [Vector contributor resources](https://github.com/vectordotdev/vector/tree/master/docs#getting-started).
- Ensure the following commands are passing locally: `cargo fmt`, `cargo clippy --all` and `cargo test --all`.
- [ ] If this PR introduces changes Vector dependencies (modifies `Cargo.lock`), please
run `dd-rust-license-tool write` to regenerate the [license inventory](https://github.com/vectordotdev/vrl/blob/main/LICENSE-3rdparty.csv) and commit the changes (if any). More details [here](https://crates.io/crates/dd-rust-license-tool).

Expand Down

0 comments on commit 78119a2

Please sign in to comment.