diff options
author | Juan Ramos <[email protected]> | 2023-07-05 15:25:36 -0600 |
---|---|---|
committer | Juan Ramos <[email protected]> | 2023-07-05 15:27:21 -0600 |
commit | 179b26a792b10d9315e44f27aff196cdc3d4018f (patch) | |
tree | e5eaa2ff6dde6c4bfb79fa282c052a0adabcd84f /.github | |
parent | 482af6d865a925911eefa84f8ea9d9170f5168ad (diff) | |
download | Vulkan-Headers-179b26a792b10d9315e44f27aff196cdc3d4018f.tar.gz Vulkan-Headers-179b26a792b10d9315e44f27aff196cdc3d4018f.zip |
docs: Remove outdated documentation referencing `cmake/`
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 1 | ||||
-rw-r--r-- | .github/pull_request_template.md | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 486d70d..7d78ab8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -15,7 +15,6 @@ This repository is responsible for the following files * BUILD.gn * BUILD.md -* cmake/ * CMakeLists.txt * tests/* * CODE_OF_CONDUCT.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4a46e84..c7def69 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,7 +6,6 @@ This repository is responsible for the following files * BUILD.gn * BUILD.md -* cmake/ * CMakeLists.txt * tests/* * CODE_OF_CONDUCT.md |