wgpu/.github/ISSUE_TEMPLATE/bug_report.md
2021-05-09 17:57:43 -04:00

29 lines
859 B
Markdown

---
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/Debugging-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.