forked from gfx-rs/wgpu-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e1f5f9a
commit 905dd15
Showing
3 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
name: Other | ||
about: Strange things you want to tell us | ||
title: '' | ||
labels: question | ||
assignees: '' | ||
--- |