From: Sebastien Bourdeauducq Date: Tue, 14 Apr 2015 15:01:06 +0000 (+0800) Subject: CONTRIBUTING: minor fixes X-Git-Tag: 24jan2021_ls180~2315 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=68c465ba4cf2a80b4cbf8a0ea52906b6efdb638e;p=litex.git CONTRIBUTING: minor fixes --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7cb4b0e8..72bbdfa7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -53,19 +53,13 @@ beforehand. # 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/). You can use the [pep8 tool](https://www.python.org/dev/peps/pep-0008/) to check compliance with `pep8 myfile.py` 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