From 9cc67d62fa326114df2fdf5b759b306256e98917 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Wed, 28 Dec 2022 16:57:12 +0100 Subject: Update how-to-create-a-pr.md --- docs/how-to-create-a-pr.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/how-to-create-a-pr.md b/docs/how-to-create-a-pr.md index 5a31c54..48f16a8 100644 --- a/docs/how-to-create-a-pr.md +++ b/docs/how-to-create-a-pr.md @@ -101,6 +101,8 @@ git checkout -b fix-issue-xxxx ### 4. Add your C++ changes (if any) +Make sure all changes abides the [C++ Code Standards](cpp-code-standards.md)! + If you don't have any C++ changes, you can skip this. Otherwise, open your editor and do them now! I'll wait... In this guide we will assume that you modified the file `instance_deadmines.cpp` -- cgit