Skip to content

Commit 2e96ac9

Browse files
willschlitzerweiji14seisman
authored
Add underscore guideline to CONTRIBUTING.md (#1034)
Co-authored-by: Wei Ji <[email protected]> Co-authored-by: Dongdong Tian <[email protected]>
1 parent bb3b737 commit 2e96ac9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ General guidelines for pull requests (PRs):
210210
* Larger changes should be broken down into smaller components and integrated
211211
separately.
212212
* 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.
213215
* Describe what your PR changes and *why* this is a good thing. Be as specific as you
214216
can. The PR description is how we keep track of the changes made to the project over
215217
time.

0 commit comments

Comments
 (0)