Skip to content

Commit

Permalink
Fill out issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed May 9, 2021
1 parent e1f5f9a commit 905dd15
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/other.md
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: ''
---

0 comments on commit 905dd15

Please sign in to comment.