1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

Contributing: 'Coding Conventions' content shouldn't be headers

This commit is contained in:
Athanasius 2021-06-07 12:27:45 +01:00
parent 93dbaee5ae
commit 522f15b0c6

View File

@ -231,11 +231,13 @@ Otherwise, see the [pytest documentation](https://docs.pytest.org/en/stable/cont
## Coding Conventions
### In general, please follow [PEP8](https://www.python.org/dev/peps/pep-0008/)
In general, please follow [PEP8](https://www.python.org/dev/peps/pep-0008/)
### Adhere to the spelling conventions of the libraries and modules used in the project
Adhere to the spelling conventions of the libraries and modules used in the
project.
Yes, this means using 'color' rather than 'colour', and in general will mean US, not British, spellings.
Yes, this means using 'color' rather than 'colour', and in general will mean
US, not British, spellings.
---