summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`