Skip to content

Commit

Permalink
Update CONTRIBUTING.md (#1670)
Browse files Browse the repository at this point in the history
Add missing C++ and Python code style links

Python code style link is taken from this old commit 32ba12c
  • Loading branch information
grif-on authored Feb 12, 2024
1 parent bf906c3 commit dad167b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dad167b

Please sign in to comment.