docs: add note about justifying dep changes (#2016)

This commit is contained in:
Clement Tsang
2026-04-11 06:50:10 +00:00
committed by GitHub
parent 6970f0ef61
commit 8a38f89113
2 changed files with 8 additions and 1 deletions
+1
View File
@@ -25,6 +25,7 @@ _If this change affects the program, please also indicate which platforms were t
_Ensure **all** of these are met:_
- [ ] _If this PR adds or changes a dependency, please justify this in the description_
- [ ] _If this is a code change, areas your change affects have been linted using (`cargo fmt`)_
- [ ] _If this is a code change, your changes pass `cargo clippy --all -- -D warnings`_
- [ ] _If this is a code change, new tests were added if relevant_