docs: Improve github templates
Just specify the list of files to avoid contributor confusion.
This commit is contained in:
parent
1a43b498b8
commit
a49166a89a
16
.github/ISSUE_TEMPLATE/bug_report.md
vendored
16
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -11,10 +11,20 @@ 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:
|
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
|
This repository is responsible for the following files
|
||||||
- https://github.com/KhronosGroup/Vulkan-Hpp - C++ headers
|
|
||||||
|
|
||||||
The CONTRIBUTING.md contains a list of files this repo owns.
|
* BUILD.gn
|
||||||
|
* BUILD.md
|
||||||
|
* cmake/
|
||||||
|
* CMakeLists.txt
|
||||||
|
* tests/*
|
||||||
|
* CODE_OF_CONDUCT.md
|
||||||
|
* INTEGRATION.md
|
||||||
|
* LICENSE.txt
|
||||||
|
* README.md
|
||||||
|
* Non-API headers
|
||||||
|
* include/vulkan/vk_icd.h
|
||||||
|
* include/vulkan/vk_layer.h
|
||||||
|
|
||||||
**Describe the bug**
|
**Describe the bug**
|
||||||
|
|
||||||
|
16
.github/pull_request_template.md
vendored
16
.github/pull_request_template.md
vendored
@ -2,9 +2,19 @@
|
|||||||
|
|
||||||
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:
|
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
|
This repository is responsible for the following files
|
||||||
- https://github.com/KhronosGroup/Vulkan-Hpp - C++ headers
|
|
||||||
|
|
||||||
The CONTRIBUTING.md contains a list of files this repo owns.
|
* BUILD.gn
|
||||||
|
* BUILD.md
|
||||||
|
* cmake/
|
||||||
|
* CMakeLists.txt
|
||||||
|
* tests/*
|
||||||
|
* CODE_OF_CONDUCT.md
|
||||||
|
* INTEGRATION.md
|
||||||
|
* LICENSE.txt
|
||||||
|
* README.md
|
||||||
|
* Non-API headers
|
||||||
|
* include/vulkan/vk_icd.h
|
||||||
|
* include/vulkan/vk_layer.h
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user