From dad167bb2e3a3b398828b0b8228c932a3759f945 Mon Sep 17 00:00:00 2001 From: Grif_on <91139654+grif-on@users.noreply.github.com> Date: Mon, 12 Feb 2024 18:53:03 +0300 Subject: [PATCH] Update CONTRIBUTING.md (#1670) Add missing C++ and Python code style links Python code style link is taken from this old commit https://github.com/axmolengine/axmol/commit/32ba12cc9437702dd2508d8c7d1348e2a1c5e634 --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 27c57400498b..234dd003fd3d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,8 +47,8 @@ $ git checkout dev The patch must be _complete_. And by that, we mean: -- For C++ code follow the [axmol C++ Coding Style][1] -- For Python code follow the [PEP8 guidelines][3] +- For C++ code follow the [axmol C++ Coding Style](https://github.com/axmolengine/axmol/blob/d8d3137515a73e5c2395cae04d6b5ef6b1cc6777/CONTRIBUTING.md) +- For Python code follow the [PEP8 guidelines](https://www.python.org/dev/peps/pep-0008) - Describe what the patch does - Include test cases if applicable - Include unit tests if applicable