You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Repository template for a cross-platform project written in C++ with use of Conan and CMake. This template has also GitHub actions configured for CI/CD with static analysis by clang-tidy and cppcheck. It has also clang-format configuration file for code formatting.
5
+
6
+
---
7
+
8
+
## ⚙️ How to Use This Template
9
+
10
+
This repository is a template. To create your own project from it, you need to run the **Configure Project** workflow. This workflow will replace all the placeholder values in the code and documentation with the values you provide.
11
+
12
+
### Steps to Configure Your Project
13
+
14
+
1. Navigate to the **Actions** tab of your repository on GitHub.
15
+
2. In the left sidebar, you will see a list of workflows. Click on **Configure Project**.
16
+
3. You will see a button that says **Run workflow**. Click on it.
17
+
4. A dropdown menu will appear with several input fields. Fill them out as described below:
18
+
***New Project Name**: The name of your new project (e.g., `My Awesome Game`).
19
+
***Project Description**: A short description of your project.
20
+
***Project Homepage URL**: The URL for your project's homepage.
21
+
***CPack Package Contact**: The contact email for your project.
22
+
5. Click the **Run workflow** button.
23
+
24
+
The workflow will then run and create a new pull request. This pull request will contain all the changes, with the placeholders replaced by your provided values. Review the changes and merge the pull request to finalize the configuration of your project.
0 commit comments