diff options
author | Juan Ramos <[email protected]> | 2023-10-23 13:39:17 -0600 |
---|---|---|
committer | Juan Ramos <[email protected]> | 2023-10-23 14:01:35 -0600 |
commit | 3f7a5370a3a1f1526ec6d6d2d76f1d3699738e9a (patch) | |
tree | 309bbf5eed3ee7908cb0d5baa4bb1cc331794f0f /.github | |
parent | c26f44cc8a5fa8966194a108f0c3c22d14d34afd (diff) | |
download | Vulkan-Headers-3f7a5370a3a1f1526ec6d6d2d76f1d3699738e9a.tar.gz Vulkan-Headers-3f7a5370a3a1f1526ec6d6d2d76f1d3699738e9a.zip |
docs: Remove INTEGRATION.md
This document hasn't been getting updated and is out of date
in more than a few ways.
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 7d78ab8..df7450d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -18,7 +18,6 @@ This repository is responsible for the following files * CMakeLists.txt * tests/* * CODE_OF_CONDUCT.md -* INTEGRATION.md * LICENSE.txt * README.md * Non-API headers diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c7def69..8090943 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -9,7 +9,6 @@ This repository is responsible for the following files * CMakeLists.txt * tests/* * CODE_OF_CONDUCT.md -* INTEGRATION.md * LICENSE.txt * README.md * Non-API headers |