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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user