summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2025-07-16 10:54:14 -0400
committerEd Maste <emaste@FreeBSD.org>2025-07-27 17:01:55 -0400
commit92c3796d05dcac6e0acedee3db83c32b5c22836a (patch)
treef25713a79eb7b69c2a15bcc5cf02f491a64a2780 /.github
parent6c4771c73470c78b1a71949783114560ad79d99e (diff)
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
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/checklist.yml2
1 files changed, 1 insertions, 1 deletions
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,