From 87454c81307ca24223b7b191da8123dde8ff4f46 Mon Sep 17 00:00:00 2001 From: Dustin Kut Moy Cheung Date: Fri, 17 May 2019 14:50:23 -0400 Subject: [PATCH] Update PR template to use changelog wiki --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 931a42988e..1b23d1b0bc 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ ### Checklist: -* [ ] Have you added a note in the CHANGELOG.md for your change if user-facing? +* [ ] Have you added a note in the [CHANGELOG wiki](https://github.com/project-ncl/pnc/wiki/Changelog) for your change if user-facing? * [ ] Have you added unit tests for your change?