aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJuan Ramos <[email protected]>2023-01-20 10:54:55 -0700
committerJuan Ramos <[email protected]>2023-01-20 10:58:23 -0700
commit74a95000e20216927302d387f50c6772c8278a71 (patch)
tree9183cf352cdf45c9f0a23d6b25dc67641360ce60
parent4f1c41662f829f1ed3edea1b1a3d546caae6be25 (diff)
downloadVulkan-Headers-74a95000e20216927302d387f50c6772c8278a71.tar.gz
Vulkan-Headers-74a95000e20216927302d387f50c6772c8278a71.zip
github: Update bug_report.md
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md20
1 files changed, 16 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index d177bcc..d460fdf 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -12,11 +12,9 @@ assignees: ''
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.
+- https://github.com/KhronosGroup/Vulkan-Hpp - C++ headers
+The CONTRIBUTING.md contains a list of files this repo owns.
**Describe the bug**
@@ -30,3 +28,17 @@ If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.
+
+**Code**
+
+<details>
+<summary>code or terminal output</summary>
+
+```cpp
+int main()
+{
+ return 0;
+}
+```
+
+</details>