aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJuan Ramos <[email protected]>2023-01-23 11:38:32 -0700
committerJuan Ramos <[email protected]>2023-01-23 11:41:50 -0700
commita49166a89a1abc6df2d5147bd06bd4c5b7c4d010 (patch)
treeb2f4e6c14586b49421dcccd7fa73cddda9434ce4
parent1a43b498b8e680d641af0e0a4b4bb47947b7a364 (diff)
downloadVulkan-Headers-a49166a89a1abc6df2d5147bd06bd4c5b7c4d010.tar.gz
Vulkan-Headers-a49166a89a1abc6df2d5147bd06bd4c5b7c4d010.zip
docs: Improve github templates
Just specify the list of files to avoid contributor confusion.
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md18
-rw-r--r--.github/pull_request_template.md16
2 files changed, 27 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index d460fdf..486d70d 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -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:
-- https://github.com/KhronosGroup/Vulkan-Docs - C headers, XML, validusage.json, and generation scripts
-- https://github.com/KhronosGroup/Vulkan-Hpp - C++ headers
-
-The CONTRIBUTING.md contains a list of files this repo owns.
+This repository is responsible for the following files
+
+* 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**
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index f05551a..4a46e84 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -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:
-- https://github.com/KhronosGroup/Vulkan-Docs - C headers, XML, validusage.json, and generation scripts
-- https://github.com/KhronosGroup/Vulkan-Hpp - C++ headers
+This repository is responsible for the following files
-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
-->