From edf9dad19fc75e3781d0cda0fe84c7495fa1a940 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Tue, 8 Dec 2020 01:20:34 +0800 Subject: [PATCH 1/2] Update PR template for regular updates PRs --- .github/PULL_REQUEST_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 431978e4..f8162763 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -31,6 +31,8 @@ affects other areas of the code, etc. What types of changes does your code introduce? Put an `x` in all the boxes that apply. --> +- [ ] Version change (Update, remove or add more Node.js versions) +- [ ] Variant change (Update, remove or add more variants, or versions of variants) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) From 4fcf506f887cc88b7773b50cdd73643991c14bd4 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Tue, 8 Dec 2020 01:23:20 +0800 Subject: [PATCH 2/2] Add more type of changes in the PR template --- .github/PULL_REQUEST_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f8162763..3c2c1b3e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -31,11 +31,13 @@ affects other areas of the code, etc. What types of changes does your code introduce? Put an `x` in all the boxes that apply. --> +- [ ] Documentation - [ ] Version change (Update, remove or add more Node.js versions) - [ ] Variant change (Update, remove or add more variants, or versions of variants) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) +- [ ] Others (non of above) ## Checklist