Skip to content

Commit dad167b

Browse files
authored
Update CONTRIBUTING.md (#1670)
Add missing C++ and Python code style links Python code style link is taken from this old commit 32ba12c
1 parent bf906c3 commit dad167b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ $ git checkout dev
4747

4848
The patch must be _complete_. And by that, we mean:
4949

50-
- For C++ code follow the [axmol C++ Coding Style][1]
51-
- For Python code follow the [PEP8 guidelines][3]
50+
- For C++ code follow the [axmol C++ Coding Style](https://github.com/axmolengine/axmol/blob/d8d3137515a73e5c2395cae04d6b5ef6b1cc6777/CONTRIBUTING.md)
51+
- For Python code follow the [PEP8 guidelines](https://www.python.org/dev/peps/pep-0008)
5252
- Describe what the patch does
5353
- Include test cases if applicable
5454
- Include unit tests if applicable

0 commit comments

Comments
 (0)