summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2022-12-28 16:57:12 +0100
committerGitHub <noreply@github.com>2022-12-28 16:57:12 +0100
commit9cc67d62fa326114df2fdf5b759b306256e98917 (patch)
tree2c6a5e56bcb639f582160e88fcbc43e6c9f56251
parent7878a6afdbd38537e5212330356556fe60d91fb8 (diff)
downloadwiki-9cc67d62fa326114df2fdf5b759b306256e98917.tar.gz
wiki-9cc67d62fa326114df2fdf5b759b306256e98917.tar.bz2
wiki-9cc67d62fa326114df2fdf5b759b306256e98917.zip
Update how-to-create-a-pr.md
-rw-r--r--docs/how-to-create-a-pr.md2
1 files changed, 2 insertions, 0 deletions
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`