We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf906c3 commit dad167bCopy full SHA for dad167b
CONTRIBUTING.md
@@ -47,8 +47,8 @@ $ git checkout dev
47
48
The patch must be _complete_. And by that, we mean:
49
50
-- For C++ code follow the [axmol C++ Coding Style][1]
51
-- 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)
52
- Describe what the patch does
53
- Include test cases if applicable
54
- Include unit tests if applicable
0 commit comments