From 851061cdf6b28785e92abbe89159b3b642649000 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Mon, 23 Oct 2023 12:31:35 -0400 Subject: [PATCH] Added node version as a separate section --- .github/PULL_REQUEST_TEMPLATE.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1161360371..fd75c86151 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,7 +11,6 @@ - [ ] Related issues: fixes #X, partially #Y, mentioned in #Z - [ ] Needs API permissions? - [ ] Has other prerequisites? (E.g. requires a list, document library, etc.) -- Node version used: (Use `node -v` to get the version of Node you used to build this sample) ## What's in this Pull Request? @@ -20,6 +19,11 @@ > > _(DELETE THIS PARAGRAPH AFTER READING)_ +## Node Version +> (Use `node -v` to get the version of Node you used to build this sample) + +Node version used: + ## Checklist > This checklist is mostly useful as a reminder of small things that can easily be forgotten – it is meant as a helpful tool rather than hoops to jump through.