Skip to content

Commit 86968bb

Browse files
committed
docs(contributing): Format
1 parent 1f06191 commit 86968bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/contributing.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Contributing
22

33
When 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

66
Please 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.
1212
2. 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
1616
4. 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.
2121
6. 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

Comments
 (0)