wgpu/.github/pull_request_template.md
2023-11-17 14:59:20 -05:00

854 B

Connections Link to the issues addressed by this PR, or dependent PRs in other repositories

Description Describe what problem this is solving, and how it's solved.

Testing Explain how this change is tested.

Checklist

  • Run cargo fmt.
  • Run cargo clippy. If applicable, add:
    • --target wasm32-unknown-unknown
    • --target wasm32-unknown-emscripten
  • Run cargo xtask test to run tests.
  • Add change to CHANGELOG.md. See simple instructions inside file.