summaryrefslogtreecommitdiffstats
path: root/gfx/wgpu/.github/ISSUE_TEMPLATE/bug_report.md
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/wgpu/.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r--gfx/wgpu/.github/ISSUE_TEMPLATE/bug_report.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/gfx/wgpu/.github/ISSUE_TEMPLATE/bug_report.md b/gfx/wgpu/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000000..c059d23311
--- /dev/null
+++ b/gfx/wgpu/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,28 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: bug
+assignees: ''
+
+---
+
+<!-- Thank you for filing this! Please read the [debugging tips](https://github.com/gfx-rs/wgpu/wiki/Debbugging-wgpu-Applications).
+That may let you investigate on your own, or provide additional information that helps us to assist.-->
+
+**Description**
+A clear and concise description of what the bug is.
+
+**Repro steps**
+Ideally, a runnable example we can check out.
+
+**Expected vs observed behavior**
+Clearly describe what you get, and how it goes across your expectations.
+
+**Extra materials**
+Screenshots to help explain your problem.
+Validation logs can be attached in case there are warnings and errors.
+Zip-compressed API traces and GPU captures can also land here.
+
+**Platform**
+Information about your OS, version of `wgpu`, your tech stack, etc.