diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /gfx/wgpu/.github/pull_request_template.md | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | gfx/wgpu/.github/pull_request_template.md | 17 |
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. +--> |