From 9b57ce695f4861bf2f04de0876cfc357cf76ca90 Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Sat, 8 May 2021 21:29:41 -0400 Subject: [PATCH] [rs] Fill out issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 26 ++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ .github/ISSUE_TEMPLATE/other.md | 7 +++++++ 3 files changed, 41 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/other.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..dd1bd1495 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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: '' +--- + + + +**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. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..623e0c996 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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. diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md new file mode 100644 index 000000000..6fece4063 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.md @@ -0,0 +1,7 @@ +--- +name: Other +about: Strange things you want to tell us +title: '' +labels: question +assignees: '' +--- \ No newline at end of file