Files
domcyrus--rustnet/.github/pull_request_template.md
wehub-resource-sync 19dc5d82a0
Rust / build (push) Failing after 1s
Rust / docker (push) Failing after 0s
chore: import upstream snapshot with attribution
2026-07-13 12:29:44 +08:00

2.0 KiB

Summary

Linked issue

Closes #

Verification

Per CONTRIBUTING.md > Code Quality Requirements, I ran the following locally and they all pass:

  • cargo fmt --all -- --check
  • cargo clippy --all-targets --all-features -- -D warnings
  • cargo test --all-features
  • cargo build --release

Scope

  • One feature or fix per PR (no unrelated cleanups bundled in)
  • No new dependencies, or rationale provided in the summary above
  • No #[allow(clippy::...)] suppressions, or rationale provided (see CONTRIBUTING.md)

AI-assisted contributions

If you used an AI assistant (Copilot, Claude, ChatGPT, Cursor, etc.) to write any of this code, that is fine, but please confirm:

  • I have read every line I am submitting
  • I ran the verification commands above myself
  • The PR description reflects what the code actually does

Notes for the reviewer