From e9102b3fa77ac6d0bf9014fe6211ed6c717457dd Mon Sep 17 00:00:00 2001 From: Will Schlitzer Date: Fri, 12 Mar 2021 17:27:28 +0000 Subject: [PATCH] Include directories to use underscores --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c08be33046a..8e91a4302f0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -211,7 +211,7 @@ General guidelines for pull requests (PRs): separately. * Bug fixes should be submitted in separate PRs. * Use underscores for all Python (*.py) files as per [PEP8](https://www.python.org/dev/peps/pep-0008/), - not hyphens. + not hyphens. Directory names should also use underscores instead of hyphens. * Describe what your PR changes and *why* this is a good thing. Be as specific as you can. The PR description is how we keep track of the changes made to the project over time.