mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
21 lines
759 B
Markdown
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
|