diff --git a/doc/contributing/reviewing-contributions.xml b/doc/contributing/reviewing-contributions.xml index 991db77bc58..7f83834bd8e 100644 --- a/doc/contributing/reviewing-contributions.xml +++ b/doc/contributing/reviewing-contributions.xml @@ -170,60 +170,60 @@ - Reviewing process: + Review process: - Ensure that the package versioning is fitting the guidelines. + Ensure that the package versioning fits the guidelines. - Ensure that the commit name is fitting the guidelines. + Ensure that the commit name fits the guidelines. - Ensure that the meta field contains correct information. + Ensure that the meta fields contain correct information. - License must be checked to be fitting upstream license. + License must match the upstream license. - Platforms should be set or the package will not get binary substitutes. + Platforms should be set (or the package will not get binary substitutes). - A maintainer must be set. This can be the package submitter or a community member that accepts to take maintainership of the package. + Maintainers must be set. This can be the package submitter or a community member that accepts taking up maintainership of the package. - Ensure that the code contains no typos. + Report detected typos. - Ensure the package source. + Ensure the package source: - Mirrors urls should be used when available. + Uses mirror URLs when available. - The most appropriate function should be used (e.g. packages from GitHub should use fetchFromGitHub). + Uses the most appropriate functions (e.g. packages from GitHub should use fetchFromGitHub).