docs: Update link to commit message guidelines (#76667)

This information is specific to the compiler repository and now lives in our local contributing page.
This commit is contained in:
Anthony Latsis
2024-09-24 12:55:24 +00:00
committed by GitHub
parent 8ba6a2ca1c
commit 9e752ca473

View File

@@ -116,7 +116,7 @@ Alright! You've implemented a change and would like to submit it.
any associated test changes.
This practice is key to efficient and rigorous code review processes,
as well as a neat, transparent, and actionable commit history.
* [Top off your commit messages](https://swift.org/contributing/#commit-messages).
* [Top off your commit messages](/CONTRIBUTING.md#commit-messages).
1. Tidy up and [format your code changes](FAQ.md#how-do-i-format-my-changes).
### Pushing and creating a pull request