Skip to content

Commit 1161788

Browse files
committed
Fix contributing workflow commit message link
A recent change moved the Commit Messages section to a different markdown file. This change fixes that link, and provides relative paths for links where appropiate. This keeps people in their own fork of the repo when browsing on github.
1 parent 217ab30 commit 1161788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/project-docs/contributing-workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ We use and recommend the following workflow:
1010
1. Create an issue for your work.
1111
- You can skip this step for trivial changes.
1212
- Reuse an existing issue on the topic, if there is one.
13-
- Use [CODE_OWNERS.TXT](https://github.com/dotnet/coreclr/blob/master/CODE_OWNERS.TXT) to find relevant maintainers and @ mention them to ask for feedback on your issue.
13+
- Use [CODE_OWNERS.TXT](../../CODE_OWNERS.TXT) to find relevant maintainers and @ mention them to ask for feedback on your issue.
1414
- Get agreement from the team and the community that your proposed change is a good one.
1515
- If your change adds a new API, follow the [API Review Process](https://github.com/dotnet/corefx/blob/master/Documentation/project-docs/api-review-process.md).
1616
- Clearly state that you are going to take on implementing it, if that's the case. You can request that the issue be assigned to you. Note: The issue filer and the implementer don't have to be the same person.
@@ -19,7 +19,7 @@ We use and recommend the following workflow:
1919
- Name the branch so that it clearly communicates your intentions, such as issue-123 or githubhandle-issue.
2020
- 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.
2121
4. Make and commit your changes.
22-
- Please follow our [Commit Messages](https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/contributing-workflow.md#commit-messages) guidance.
22+
- Please follow our [Commit Messages](contributing.md#commit-messages) guidance.
2323
5. Add new tests corresponding to your change, if applicable.
2424
6. Build the repository with your changes.
2525
- Make sure that the builds are clean.

0 commit comments

Comments
 (0)