aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/checklist.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/checklist.yml')
-rw-r--r--.github/workflows/checklist.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/checklist.yml b/.github/workflows/checklist.yml
index f5c3ea599abf..ecc3939f34b8 100644
--- a/.github/workflows/checklist.yml
+++ b/.github/workflows/checklist.yml
@@ -89,6 +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](https://github.com/freebsd/freebsd-src/blob/main/CONTRIBUTING.md), then update and push your branch again.\n"
comment_func({
owner: context.repo.owner,