diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2025-07-16 10:54:14 -0400 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2025-07-27 17:01:55 -0400 |
| commit | 92c3796d05dcac6e0acedee3db83c32b5c22836a (patch) | |
| tree | f25713a79eb7b69c2a15bcc5cf02f491a64a2780 /.github | |
| parent | 6c4771c73470c78b1a71949783114560ad79d99e (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.yml | 2 |
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, |
