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 bb3b737 commit 2e96ac9Copy full SHA for 2e96ac9
CONTRIBUTING.md
@@ -210,6 +210,8 @@ General guidelines for pull requests (PRs):
210
* Larger changes should be broken down into smaller components and integrated
211
separately.
212
* Bug fixes should be submitted in separate PRs.
213
+* Use underscores for all Python (*.py) files as per [PEP8](https://www.python.org/dev/peps/pep-0008/),
214
+ not hyphens. Directory names should also use underscores instead of hyphens.
215
* Describe what your PR changes and *why* this is a good thing. Be as specific as you
216
can. The PR description is how we keep track of the changes made to the project over
217
time.
0 commit comments