diff options
author | Juan Ramos <[email protected]> | 2023-01-20 10:55:18 -0700 |
---|---|---|
committer | Juan Ramos <[email protected]> | 2023-01-20 10:58:23 -0700 |
commit | 1a43b498b8e680d641af0e0a4b4bb47947b7a364 (patch) | |
tree | 482adc949184cb5ef49b577e797b812d3da66c50 | |
parent | 74a95000e20216927302d387f50c6772c8278a71 (diff) | |
download | Vulkan-Headers-1a43b498b8e680d641af0e0a4b4bb47947b7a364.tar.gz Vulkan-Headers-1a43b498b8e680d641af0e0a4b4bb47947b7a364.zip |
github: Add PR template
-rw-r--r-- | .github/pull_request_template.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..f05551a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,10 @@ +<!-- Please note when contributing what files this repository actually is responsible for. + +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. + +--> |