From 1298c1bbaa85e22171474bf8dd65adee1ef67bfc Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Tue, 15 Aug 2023 18:02:12 -0300 Subject: [PATCH] doc: add notable-change label mention to PR template --- .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: