From d0982af01f98021a49a5c108f818e1960e0125fa Mon Sep 17 00:00:00 2001 From: Kosuke Takeuchi Date: Wed, 27 Sep 2023 20:58:46 +0900 Subject: [PATCH] Update HACKING.md Co-authored-by: Tatsuya Yamasaki --- HACKING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HACKING.md b/HACKING.md index f76a09214cf..e2dda6c6c46 100644 --- a/HACKING.md +++ b/HACKING.md @@ -116,4 +116,6 @@ then read the code through `scenario_test_runner`, `openscenario_interpreter`, should be able to grasp the entire process flow of `scenario_simulator_v2` and add or modify features in a day or two. -If you are unsure about any part of the code, please refer to the detailed documentation of the relevant section accordingly, or contact the developers via an issue in the `scenario_simulator_v2` GitHub repository. +If you are unsure about any part of the code, please refer to the detailed +documentation of the relevant section accordingly, or contact the developers +via an issue in the `scenario_simulator_v2` GitHub repository.