git: 92c3796d05dc - main - GitHub: Use a link for CONTRIBUTING.md in comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Jul 2025 21:02:08 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=92c3796d05dcac6e0acedee3db83c32b5c22836a
commit 92c3796d05dcac6e0acedee3db83c32b5c22836a
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-07-16 14:54:14 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-07-27 21:01:55 +0000
GitHub: Use a link for CONTRIBUTING.md in comment
Make it easy for contributors to find the referenced information.
Reviewed by: ziaee
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D51346
---
.github/workflows/checklist.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/checklist.yml b/.github/workflows/checklist.yml
index 7f7b0d51f46e..ecc3939f34b8 100644
--- a/.github/workflows/checklist.yml
+++ b/.github/workflows/checklist.yml
@@ -89,7 +89,7 @@ jobs:
/* Loop for each key in "checklist". */
for (const c in checklist)
msg += "- " + c + "<sup>" + checklist[c].join(", ") + "</sup>\n";
- msg += "\nPlease review CONTRIBUTING.md, then update and push your branch again.\n"
+ msg += "\nPlease review [CONTRIBUTING.md](https://github.com/freebsd/freebsd-src/blob/main/CONTRIBUTING.md), then update and push your branch again.\n"
comment_func({
owner: context.repo.owner,