Skip to content

Commit c085cd0

Browse files
authored
Merge branch 'main' into main
2 parents a018118 + b7d2aa4 commit c085cd0

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/template-janitor.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ on:
77
release:
88
types: [published]
99
push:
10-
tags:
1110
branches:
1211
- main
1312
- develop
13+
permissions:
14+
contents: write
1415

1516
env:
1617
TEMPLATES_PATH: ".github/template"

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66

77
## About cmake_template
88

9-
**NOTE** This is undergoing a major overhaul on a new branch currently.
10-
11-
129
This is a C++ Best Practices GitHub template for getting up and running with C++ quickly.
1310

1411
By default (collectively known as `ENABLE_DEVELOPER_MODE`)
@@ -53,7 +50,6 @@ Now you can clone the project locally and get to work!
5350

5451
* [Dependency Setup](README_dependencies.md)
5552
* [Building Details](README_building.md)
56-
* [Troubleshooting](README_troubleshooting.md)
5753
* [Docker](README_docker.md)
5854

5955
## Testing

README_dependencies.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The following compilers should work:
103103
</details>
104104

105105

106-
2. [CMake 3.15+](https://cmake.org/)
106+
2. [CMake 3.21+](https://cmake.org/)
107107
<details>
108108
<summary>Install Command</summary>
109109

0 commit comments

Comments
 (0)