Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/Vulkan-Loader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Young <marky@lunarg.com>2022-03-29 05:23:07 +0300
committerGitHub <noreply@github.com>2022-03-29 05:23:07 +0300
commit30f623fd9fd87290c52cc8516daa39cd74aa0d38 (patch)
tree12ffb35ae7451bd15d83fdbdc5b3a41d0b30e5d9
parentb383c5131e713e3a190a268fe0aaa310ad8e6236 (diff)
Add Bug Reporting Template
Add initial bug reporting template with requested fields.
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 000000000..6f3053654
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,31 @@
+---
+name: Bug report
+about: Loader bug report
+title: ''
+labels: bug
+assignees: ''
+
+---
+
+**Describe the bug**
+Description
+
+**Desktop (please complete the following information):**
+ - OS: [e.g. Windows 11, Fedora, MacOs]
+ - Bitdepth: [32-bit / 64-bit]
+ - GPU: [AMD Radeon RX 6900 XT, NVIDIA GEFORCE RTX 3060 Ti]
+ - Graphics Driver: [RADV 22.4, AMDVLK 2021.Q4.3, AMD Desktpo 13.251, Nvidia 462.46]
+ - SDK or header version if building from repo:
+ - Enabled layers:
+
+**To Reproduce**
+Steps to reproduce the behavior:
+1. Go to '...'
+2. Click on '....'
+3. Scroll down to '....'
+4. See error
+
+**VK_LOADER_DEBUG output**
+Attach output when running with the environment variable VK_LOADER_DEBUG=all
+
+**Additional context**