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
This commit is contained in:
Ed Maste
2025-07-16 10:54:14 -04:00
parent 6c4771c734
commit 92c3796d05
+1 -1
View File
@@ -89,7 +89,7 @@ jobs:
/* Loop for each key in "checklist". */ /* Loop for each key in "checklist". */
for (const c in checklist) for (const c in checklist)
msg += "- " + c + "<sup>" + checklist[c].join(", ") + "</sup>\n"; 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({ comment_func({
owner: context.repo.owner, owner: context.repo.owner,