From af46bd00bc7a9ace9f41ce30bc182c922e001f5d Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 5 Aug 2024 17:24:17 -0700 Subject: [PATCH] Delete .github/template directory (also done by janitor normally.) --- .github/template/README.md | 16 ---------------- .github/template/removal-list | 2 -- .github/template/template_name | 1 - .github/template/template_repository | 1 - 4 files changed, 20 deletions(-) delete mode 100644 .github/template/README.md delete mode 100644 .github/template/removal-list delete mode 100644 .github/template/template_name delete mode 100644 .github/template/template_repository diff --git a/.github/template/README.md b/.github/template/README.md deleted file mode 100644 index c38562d..0000000 --- a/.github/template/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# %%adobe_contract_checking%% - -[![ci](https://github.com/%%myorg%%/%%adobe_contract_checking%%/actions/workflows/ci.yml/badge.svg)](https://github.com/%%myorg%%/%%adobe_contract_checking%%/actions/workflows/ci.yml) -[![codecov](https://codecov.io/gh/%%myorg%%/%%adobe_contract_checking%%/branch/main/graph/badge.svg)](https://codecov.io/gh/%%myorg%%/%%adobe_contract_checking%%) -[![CodeQL](https://github.com/%%myorg%%/%%adobe_contract_checking%%/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/%%myorg%%/%%adobe_contract_checking%%/actions/workflows/codeql-analysis.yml) - -## About %%adobe_contract_checking%% -%%description%% - - -## More Details - - * [Dependency Setup](README_dependencies.md) - * [Building Details](README_building.md) - * [Troubleshooting](README_troubleshooting.md) - * [Docker](README_docker.md) diff --git a/.github/template/removal-list b/.github/template/removal-list deleted file mode 100644 index 4f63e51..0000000 --- a/.github/template/removal-list +++ /dev/null @@ -1,2 +0,0 @@ -LICENSE -.github/FUNDING.yml \ No newline at end of file diff --git a/.github/template/template_name b/.github/template/template_name deleted file mode 100644 index eb23e25..0000000 --- a/.github/template/template_name +++ /dev/null @@ -1 +0,0 @@ -cmake_template diff --git a/.github/template/template_repository b/.github/template/template_repository deleted file mode 100644 index 5494e8a..0000000 --- a/.github/template/template_repository +++ /dev/null @@ -1 +0,0 @@ -cpp-best-practices/cmake_template