File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 77 release :
88 types : [published]
99 push :
10- tags :
1110 branches :
1211 - main
1312 - develop
13+ permissions :
14+ contents : write
1415
1516env :
1617 TEMPLATES_PATH : " .github/template"
Original file line number Diff line number Diff line change 66
77## About cmake_template
88
9- ** NOTE** This is undergoing a major overhaul on a new branch currently.
10-
11-
129This is a C++ Best Practices GitHub template for getting up and running with C++ quickly.
1310
1411By 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments