summaryrefslogtreecommitdiffstats
path: root/gfx/wgpu/.github/pull_request_template.md
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/wgpu/.github/pull_request_template.md')
-rw-r--r--gfx/wgpu/.github/pull_request_template.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/gfx/wgpu/.github/pull_request_template.md b/gfx/wgpu/.github/pull_request_template.md
new file mode 100644
index 0000000000..55be6c377a
--- /dev/null
+++ b/gfx/wgpu/.github/pull_request_template.md
@@ -0,0 +1,17 @@
+**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._
+<!--
+Non-trivial functional changes would need to be tested through:
+ - [wgpu-rs](https://github.com/gfx-rs/wgpu-rs) - test the examples.
+ - [wgpu-native](https://github.com/gfx-rs/wgpu-native/) - check the generated C header for sanity.
+
+Ideally, a PR needs to link to the draft PRs in these projects with relevant modifications.
+See https://github.com/gfx-rs/wgpu/pull/666 for an example.
+If you can add a unit/integration test here in `wgpu`, that would be best.
+-->