Cleaning up Contributing Workflow documentation
authorGerald Scott Freeman <gsfreema@gmail.com>
Sun, 22 Nov 2015 15:56:30 +0000 (10:56 -0500)
committerGerald Scott Freeman <gsfreema@gmail.com>
Sun, 22 Nov 2015 15:58:07 +0000 (10:58 -0500)
The line 'Please following our commit messages guidance, below.' is
incorrect since the commit messages section is above.  To future proof
this line, I'm updating the line to provide a link to the Commit
Messages section.  Also, correcting 'Please following' to say 'Please
follow'.

Documentation/project-docs/contributing-workflow.md

index 93d012148aacd923484c5fa45f1c271c1e64281f..e353dccf9f50430cfa7bfc2f0c39579a4ff77aaf 100644 (file)
@@ -93,7 +93,7 @@ We use and recommend the following workflow:
   - Name the branch so that it clearly communicates your intentions, such as issue-123 or githubhandle-issue. 
   - Branches are useful since they isolate your changes from incoming changes from upstream. They also enable you to create multiple PRs from the same fork.
 4. Make and commit your changes.
-  - Please following our commit messages guidance, below.
+  - Please follow our [Commit Messages](https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/contributing-workflow.md#commit-messages) guidance.
 5. Add new tests corresponding to your change, if applicable.
 6. Build the repository with your changes.
   - Make sure that the builds are clean.