[rs] Fill out issue template

This commit is contained in:
Connor Fitzgerald 2021-05-08 21:29:41 -04:00
parent 212f3bc050
commit 9b57ce695f
3 changed files with 41 additions and 0 deletions

26
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,26 @@
---
name: Bug Report
about: Create a bug report about either the native/wasm wrapper layer or the utility library.
title: ''
labels: bug
assignees: ''
---
<!-- Thank you for filing this! If this is an issue with the core library, validation, or the backends, please file an issue on the wgpu-core tracker here: https://github.com/gfx-rs/wgpu/issues/new/choose-->
**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.

8
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Issue or enhancement in wgpu-core
url: https://github.com/gfx-rs/wgpu/issues/new/choose
about: Issues with or enhancements for the core logic, validation, or the backends should go here.
- name: Question about wgpu
url: https://github.com/gfx-rs/wgpu-rs/discussions/new
about: Any questions about how to use wgpu should go here.

7
.github/ISSUE_TEMPLATE/other.md vendored Normal file
View File

@ -0,0 +1,7 @@
---
name: Other
about: Strange things you want to tell us
title: ''
labels: question
assignees: ''
---