diff options
author | Jon Leech <[email protected]> | 2022-03-17 03:01:33 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2022-03-17 03:01:33 -0700 |
commit | 32c07c0c5334aea069e518206d75e002ccd85389 (patch) | |
tree | 3bd3b314e764b312bdc625d92bfd57d993e5a6de /.github | |
parent | 384881cc90fe243b4d29bfbc359f59752c2be995 (diff) | |
download | Vulkan-Headers-32c07c0c5334aea069e518206d75e002ccd85389.tar.gz Vulkan-Headers-32c07c0c5334aea069e518206d75e002ccd85389.zip |
Update issue templates
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..d177bcc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Is this issue appropriate for the repository?** + +Vulkan-Headers exists as a publishing mechanism for headers and related material sourced from multiple other repositories. If you have a problem with that material, it should *not* be reported here, but in the appropriate repository: + +- https://github.com/KhronosGroup/Vulkan-Docs - C headers, XML, validusage.json, and generation scripts +- https://github.com/KhronosGroup/Vulkan-Hpp - C++ headers +- This repository - Repository structure, management, and build system *only* + +See the repository README for more details. + + +**Describe the bug** + +A clear and concise description of what the bug is. Please refer to specific files that are only in this repository, not copied from Vulkan-Docs or Vulkan-Hpp. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here. |