Research-Stack/4-Infrastructure/servo-fetch/.github/pull_request_template.md

21 lines
759 B
Markdown

<!--
Thanks for contributing to servo-fetch!
- Please use a descriptive title following Conventional Commits (https://www.conventionalcommits.org/).
- See CONTRIBUTING.md for the AI usage policy (https://github.com/konippi/servo-fetch/blob/main/CONTRIBUTING.md#use-of-ai).
-->
## Summary
<!-- What does this PR do, and why? Link any related issues. -->
## Test Plan
<!-- How did you verify the change? Which platforms, which commands? -->
## Checklist
- [ ] `cargo clippy` passes with zero warnings
- [ ] `cargo test` passes
- [ ] `cargo fmt --check` passes
- [ ] Commit messages follow [Conventional Commits](https://www.conventionalcommits.org/)
- [ ] I have read the AI usage policy in [CONTRIBUTING.md](../CONTRIBUTING.md#use-of-ai) and followed it