11# Contributing
22
33When contributing to this repository, please first discuss the change you wish to make via issue,
4- email, or any other method with the maintainers of this repository before making a change.
4+ email, or any other method with the maintainers of this repository before making a change.
55
66Please note we have a code of conduct, please follow it in all your interactions with the project.
77
88## Pull Request Process
99
10- 1 . Ensure any install or build dependencies are removed before the end of the layer when doing a
10+ 1 . Ensure any install or build dependencies are removed before the end of the layer when doing a
1111 build.
12122 . This project uses flake8 to conform with common Python standards. Make sure
1313 to run your code through linter using latest version of flake8, before pull request.
@@ -16,11 +16,11 @@ Please note we have a code of conduct, please follow it in all your interactions
16164 . pytest is used for automated testing. Please make sure to update tests that are needed, and to run
1717 ` make test ` before submitting your pull request. This should prevent issues with TravisCI and
1818 make the review and merging process easier and faster.
19- 5 . Update the README.md with details of changes to the interface, this includes new environment
19+ 5 . Update the README.md with details of changes to the interface, this includes new environment
2020 variables, exposed ports, useful file locations and container parameters.
21216 . Increase the version numbers in any examples files and the README.md to the new version that this
2222 Pull Request would represent. The versioning scheme we use is [ SemVer] ( http://semver.org/ ) .
23- 7 . You may merge the Pull Request in once you have the sign-off of one other developer. If you
23+ 7 . You may merge the Pull Request in once you have the sign-off of one other developer. If you
2424 do not have permission to do that, you may request reviewer to merge it for you.
2525
2626## Decorum
0 commit comments