Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit 5b8635d

Browse files
author
Template Janitor
committed
Change Template Name
1 parent 948679f commit 5b8635d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/template/template_name

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cmake_conan_boilerplate_template
1+
cpp_boilerplate_project
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cpp-best-practices/cmake_conan_boilerplate_template
1+
Jason5480/cpp_boilerplate_project

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# cmake_conan_boilerplate_template
1+
# cpp_boilerplate_project
22

3-
[![ci](https://github.com/cpp-best-practices/cmake_conan_boilerplate_template/actions/workflows/ci.yml/badge.svg)](https://github.com/cpp-best-practices/cmake_conan_boilerplate_template/actions/workflows/ci.yml)
4-
[![codecov](https://codecov.io/gh/cpp-best-practices/cmake_conan_boilerplate_template/branch/main/graph/badge.svg)](https://codecov.io/gh/cpp-best-practices/cmake_conan_boilerplate_template)
5-
[![Language grade: C++](https://img.shields.io/lgtm/grade/cpp/github/cpp-best-practices/cmake_conan_boilerplate_template)](https://lgtm.com/projects/g/cpp-best-practices/cmake_conan_boilerplate_template/context:cpp)
6-
[![CodeQL](https://github.com/cpp-best-practices/cmake_conan_boilerplate_template/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/cpp-best-practices/cmake_conan_boilerplate_template/actions/workflows/codeql-analysis.yml)
3+
[![ci](https://github.com/Jason5480/cpp_boilerplate_project/actions/workflows/ci.yml/badge.svg)](https://github.com/Jason5480/cpp_boilerplate_project/actions/workflows/ci.yml)
4+
[![codecov](https://codecov.io/gh/Jason5480/cpp_boilerplate_project/branch/main/graph/badge.svg)](https://codecov.io/gh/Jason5480/cpp_boilerplate_project)
5+
[![Language grade: C++](https://img.shields.io/lgtm/grade/cpp/github/Jason5480/cpp_boilerplate_project)](https://lgtm.com/projects/g/Jason5480/cpp_boilerplate_project/context:cpp)
6+
[![CodeQL](https://github.com/Jason5480/cpp_boilerplate_project/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/Jason5480/cpp_boilerplate_project/actions/workflows/codeql-analysis.yml)
77

8-
## About cmake_conan_boilerplate_template
8+
## About cpp_boilerplate_project
99

1010
This is a C++ Best Practices GitHub template for getting up and running with C++ quickly.
1111

@@ -36,7 +36,7 @@ Ths Boilerplate project will merge new features first, then they will be merged
3636

3737
### Use the Github template
3838
First, click the green `Use this template` button near the top of this page.
39-
This will take you to Github's ['Generate Repository'](https://github.com/cpp-best-practices/cmake_conan_boilerplate_template/generate) page.
39+
This will take you to Github's ['Generate Repository'](https://github.com/Jason5480/cpp_boilerplate_project/generate) page.
4040
Fill in a repository name and short description, and click 'Create repository from template'.
4141
This will allow you to create a new repository in your Github account,
4242
prepopulated with the contents of this project.

0 commit comments

Comments
 (0)