From 72bd527fb60a552c8be73671f011e7c9e5d1d4a3 Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Thu, 17 Aug 2023 18:09:36 -0300 Subject: [PATCH] doc: add notable-change label mention to PR template PR-URL: https://github.com/nodejs/node/pull/49188 Reviewed-By: Michael Dawson Reviewed-By: Antoine du Hamel Reviewed-By: Darshan Sen --- .github/PULL_REQUEST_TEMPLATE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7e72cfbd77e972..936c2a06125795 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,6 +10,9 @@ For code changes: 2. Update documentation if relevant. 3. Ensure that `make -j4 test` (UNIX), or `vcbuild test` (Windows) passes. +If you believe this PR should be highlighted in the Node.js CHANGELOG +please add the `notable-change` label. + Developer's Certificate of Origin 1.1 By making a contribution to this project, I certify that: