CONTRIBUTING: minor fixes

This commit is contained in:
Sebastien Bourdeauducq 2015-04-14 23:01:06 +08:00
parent da1af98176
commit 68c465ba4c
1 changed files with 1 additions and 7 deletions

View File

@ -53,19 +53,13 @@ beforehand.
# Style Guide # Style Guide
All new code should be complaint with the All code should be compliant with the
[PEP8 style guide](https://www.python.org/dev/peps/pep-0008/). [PEP8 style guide](https://www.python.org/dev/peps/pep-0008/).
You can use the [pep8 tool](https://www.python.org/dev/peps/pep-0008/) to check You can use the [pep8 tool](https://www.python.org/dev/peps/pep-0008/) to check
compliance with `pep8 myfile.py` compliance with `pep8 myfile.py`
When modifying existing code **be consistent** with any existing code style. When modifying existing code **be consistent** with any existing code style.
Older code is not yet PEP8 but will hopefully be converted in the future.
# migen vs misoc vs "FPGA cores"
FIXME: Add something like ["Puppet Core vs Modules"](
https://github.com/puppetlabs/puppet/blob/master/CONTRIBUTING.md#puppet-core-vs-modules).
# License # License