github: Update bug_report.md
This commit is contained in:
parent
4f1c41662f
commit
74a95000e2
18
.github/ISSUE_TEMPLATE/bug_report.md
vendored
18
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -13,10 +13,8 @@ Vulkan-Headers exists as a publishing mechanism for headers and related material
|
|||||||
|
|
||||||
- https://github.com/KhronosGroup/Vulkan-Docs - C headers, XML, validusage.json, and generation scripts
|
- https://github.com/KhronosGroup/Vulkan-Docs - C headers, XML, validusage.json, and generation scripts
|
||||||
- https://github.com/KhronosGroup/Vulkan-Hpp - C++ headers
|
- https://github.com/KhronosGroup/Vulkan-Hpp - C++ headers
|
||||||
- This repository - Repository structure, management, and build system *only*
|
|
||||||
|
|
||||||
See the repository README for more details.
|
|
||||||
|
|
||||||
|
The CONTRIBUTING.md contains a list of files this repo owns.
|
||||||
|
|
||||||
**Describe the bug**
|
**Describe the bug**
|
||||||
|
|
||||||
@ -30,3 +28,17 @@ If applicable, add screenshots to help explain your problem.
|
|||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
Add any other context about the problem here.
|
Add any other context about the problem here.
|
||||||
|
|
||||||
|
**Code**
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>code or terminal output</summary>
|
||||||
|
|
||||||
|
```cpp
|
||||||
|
int main()
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user