Grammar fixes git-svn-id: https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk@1750671 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/commit/a649b141 Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/a649b141 Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/a649b141 Branch: refs/heads/master Commit: a649b14177fda7edc26f9ea2e05a6f64812afc12 Parents: c686485 Author: Stian Soiland-Reyes <[email protected]> Authored: Wed Jun 29 16:47:46 2016 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Wed Jun 29 16:47:46 2016 +0000 ---------------------------------------------------------------------- .../commons-xdoc-templates/contributing-md-template.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/a649b141/src/main/resources/commons-xdoc-templates/contributing-md-template.md ---------------------------------------------------------------------- diff --git a/src/main/resources/commons-xdoc-templates/contributing-md-template.md b/src/main/resources/commons-xdoc-templates/contributing-md-template.md index f9558e8..d309a3e 100644 --- a/src/main/resources/commons-xdoc-templates/contributing-md-template.md +++ b/src/main/resources/commons-xdoc-templates/contributing-md-template.md @@ -86,9 +86,10 @@ In this case, it is appropriate to start the first line of a commit with '(doc)' Submitting Changes ------------------ -* Small patches & typical bug-fixes do not require a CLA as they are covered by - [Apache License clause 5](https://www.apache.org/licenses/LICENSE-2.0.html#contributions), - but for anything else, sign and submit the Apache [Contributor License Agreement][cla] if you haven't already. ++ Sign and submit the Apache [Contributor License Agreement][cla] if you haven't already. + * Note that small patches & typical bug fixes do not require a CLA as + clause 5 of the [Apache License](https://www.apache.org/licenses/LICENSE-2.0.html#contributions) + covers them. + Push your changes to a topic branch in your fork of the repository. + Submit a _Pull Request_ to the corresponding repository in the `apache` organization. * Verify _Files Changed_ shows only your intended changes and does not
