Skip to content

Commit 6540d85

Browse files
authored
Update pull request naming convention in exercise
1 parent 53b7e6d commit 6540d85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

03_building_and_packaging/cmake_exercise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Deadline: **Wednesday, November 26th, 2025, 9:00**
88

99
## Overview
1010

11-
- The goal of the exercise is to open a pull request from a fork of [the CMake exercise repository](https://github.com/Simulation-Software-Engineering/cmake-exercise). Please name your pull request `Add building and container recipes`.
11+
- The goal of the exercise is to open a pull request from a fork of [the CMake exercise repository](https://github.com/Simulation-Software-Engineering/cmake-exercise). Please name your pull request `[username] Add building and container recipes`.
1212
- Your pull request should add a `Dockerfile` and a `CMakeLists.txt`, besides some minor changes in `main.cpp`, such as commenting in some code parts.
1313
- From your pull request, it should be possible to create an executable container. After running the container, it should be possible to `cd` into `cmake-exercise` and then run the `build_and_run.sh` script.
1414
- Use as many of the currently commented-out additional files, which induce additional dependencies.

0 commit comments

Comments
 (0)