From 5c037987776f28307114a0755917244489f6e146 Mon Sep 17 00:00:00 2001 From: Ben Hardill Date: Sun, 30 Jun 2024 14:57:51 +0100 Subject: [PATCH] Fix PR template --- .github/PULL_REQUEST_TEMPLATE.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9c8cea7f..526464a6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,7 +11,7 @@ Put an `x` in the boxes that apply --> - [ ] Bugfix (non-breaking change which fixes an issue) -- [x] New feature (non-breaking change which adds functionality) +- [ ] New feature (non-breaking change which adds functionality) -Adds authentication option to the Email node (node-red-node-email) to use OAuth and XOAuth2 -********** This version: IMAP ONLY ********** - ## Checklist -- [x] I have read the [contribution guidelines](https://github.com/node-red/node-red-nodes/blob/master/CONTRIBUTING.md) -- [x] For non-bugfix PRs, I have discussed this change on the forum/slack team. -- [x] I have run `grunt` to verify the unit tests pass -- [x] I have added suitable unit tests to cover the new/changed functionality +- [ ] I have read the [contribution guidelines](https://github.com/node-red/node-red-nodes/blob/master/CONTRIBUTING.md) +- [ ] For non-bugfix PRs, I have discussed this change on the forum/slack team. +- [ ] I have run `grunt` to verify the unit tests pass +- [ ] I have added suitable unit tests to cover the new/changed functionality