diff options
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 1 | ||||
-rw-r--r-- | .github/pull_request_template.md | 1 | ||||
-rw-r--r-- | CONTRIBUTING.md | 1 |
3 files changed, 0 insertions, 3 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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b9a129e..6de905c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,6 @@ The majority for the Vulkan headers come from [Vulkan-Docs](https://github.com/K * BUILD.gn * BUILD.md -* cmake/ * CMakeLists.txt * tests/* * CODE_OF_CONDUCT.md |