summaryrefslogtreecommitdiff
path: root/Documentation/project-docs
diff options
context:
space:
mode:
authorGerald Scott Freeman <gsfreema@gmail.com>2015-11-22 10:56:30 -0500
committerGerald Scott Freeman <gsfreema@gmail.com>2015-11-22 10:58:07 -0500
commit8d09d8edfcd87479551ca34f96fd0a32626d5a1e (patch)
tree5a44afed3f6476e185c3cddea2695aa8241d2087 /Documentation/project-docs
parent112e6ee2e78a5727d06c6bc62effeb97c1acad5b (diff)
downloadcoreclr-8d09d8edfcd87479551ca34f96fd0a32626d5a1e.tar.gz
coreclr-8d09d8edfcd87479551ca34f96fd0a32626d5a1e.tar.bz2
coreclr-8d09d8edfcd87479551ca34f96fd0a32626d5a1e.zip
Cleaning up Contributing Workflow documentation
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'.
Diffstat (limited to 'Documentation/project-docs')
-rw-r--r--Documentation/project-docs/contributing-workflow.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/project-docs/contributing-workflow.md b/Documentation/project-docs/contributing-workflow.md
index 93d012148a..e353dccf9f 100644
--- a/Documentation/project-docs/contributing-workflow.md
+++ b/Documentation/project-docs/contributing-workflow.md
@@ -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.