From b3d68a65168ea651ac06af29f8e9eb0f702200fa Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 10:43:26 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- codeformatting/c++practices.md | 2 +- gettingstarted/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/codeformatting/c++practices.md b/codeformatting/c++practices.md index 6c735a9..a9a83da 100644 --- a/codeformatting/c++practices.md +++ b/codeformatting/c++practices.md @@ -17,7 +17,7 @@ full of static (or what should be static) functions — idiomatic C++. ## algorithms + data structures = programs 👍 -> Algorithms + Data Structures = Programs +> Algorithms + Data Structures = Programs --- Niklaus Wirth, 1976 > STL algorithms say what they do, as opposed to hand-made for loops that diff --git a/gettingstarted/index.md b/gettingstarted/index.md index 030bf64..f4fc161 100644 --- a/gettingstarted/index.md +++ b/gettingstarted/index.md @@ -78,7 +78,7 @@ The basic process is: Maintainers review PRs on a rolling basis throughout the week, and also in a more concentrated review meeting on Mondays (see the [FreeCAD Events Calendar](https://freecad.org/events.php) for the exact date and time in your timezone). When reviewing, -Maintainers strive to uphold the tenets of the [CONTRIBUTING.md](https://github.com/FreeCAD/FreeCAD/blob/main/CONTRIBUTING.md) +Maintainers strive to uphold the tenets of the [CONTRIBUTING.md](https://github.com/FreeCAD/FreeCAD/blob/main/CONTRIBUTING.md) document. These meetings are open to the public and all developers are welcome to attend: particularly if you have a PR under review, you may be able to accelerate that process by being present to address and questions or concerns that arise. You can also participate in the process by reviewing PRs yourself. Although only Maintainers may merge PRs, anyone is welcome to test and provide feedback, and