MON-519 Apply suggestion to CONTRIBUTING.md

This commit is contained in:
Quentin Manfroi 2019-11-27 16:23:42 +01:00
parent daa679119f
commit f1e03a3045

View File

@ -3,7 +3,7 @@
When contributing to this repository, please first discuss the change you wish to make via issue, When contributing to this repository, please first discuss the change you wish to make via issue,
email, or any other method with the owners of this repository before making a change. email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project. Please note we have a [code of conduct](#code-of-conduct), follow it in all your interactions with the project.
## Considerations ## Considerations
@ -17,9 +17,8 @@ Please note we have a code of conduct, please follow it in all your interactions
## Pull Request Process ## Pull Request Process
1. Ensure any install or build dependencies are removed before the end of the layer when doing a 1. Ensure to run the `auto_update.sh` script to be in an up to date and valid state.
build. 2. Update the main README.md with details of changes to the interface, this includes new environment
2. Update the README.md with details of changes to the interface, this includes new environment
variables, exposed ports, useful file locations and container parameters. variables, exposed ports, useful file locations and container parameters.
3. Increase the version numbers in any examples files and the README.md to the new version that this 3. Increase the version numbers in any examples files and the README.md to the new version that this
Pull Request would represent. The versioning scheme we use is [SemVer](http://semver.org/). Pull Request would represent. The versioning scheme we use is [SemVer](http://semver.org/).