From 179b26a792b10d9315e44f27aff196cdc3d4018f Mon Sep 17 00:00:00 2001 From: Juan Ramos Date: Wed, 5 Jul 2023 15:25:36 -0600 Subject: [PATCH] docs: Remove outdated documentation referencing `cmake/` --- .github/ISSUE_TEMPLATE/bug_report.md | 1 - .github/pull_request_template.md | 1 - CONTRIBUTING.md | 1 - 3 files changed, 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