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 af26e96 commit 50939c6Copy full SHA for 50939c6
README.md
@@ -112,11 +112,10 @@ are able to reach the end goal.
112
113
114
## Contributing
115
-### Code structure
116
-[TODO]
117
118
### Rules for contributing to the repository
119
Contributing to this repository requires:
120
-1. to make a Pull Request
121
-2. all code contributed must be pep8 compliant
122
-3. all unit tests must pass
+1. to fork the repository, branch off of master, create a branch with changes,
+ and make a Pull Request
+2. All code contributed must be `flake8` compliant.
+3. All unit tests must pass.
0 commit comments