Skip to content

Commit 50939c6

Browse files
Simplify contributing seciton.
1 parent af26e96 commit 50939c6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,10 @@ are able to reach the end goal.
112112

113113

114114
## Contributing
115-
### Code structure
116-
[TODO]
117115

118116
### Rules for contributing to the repository
119117
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
118+
1. to fork the repository, branch off of master, create a branch with changes,
119+
and make a Pull Request
120+
2. All code contributed must be `flake8` compliant.
121+
3. All unit tests must pass.

0 commit comments

Comments
 (0)