From 58be2b0f9a0e4200ed013caa96a3f7f0ed884160 Mon Sep 17 00:00:00 2001 From: Shargon Date: Tue, 21 May 2024 01:12:54 -0700 Subject: [PATCH 1/4] Add optimization to template --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7b043f14a7..f5942539d5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,6 +8,7 @@ Fixes # (issue) +- [ ] Optimization (the change it's only an optimization) - [ ] 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 not work as expected) From b652fa91ac4b70669e8bb15a353850a976884576 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Tue, 21 May 2024 19:11:53 +0800 Subject: [PATCH 2/4] Update .github/PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f5942539d5..d257d07102 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,7 +8,7 @@ Fixes # (issue) -- [ ] Optimization (the change it's only an optimization) +- [] Optimization (the change is only an optimization) - [ ] 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 not work as expected) From 983ed160fe3e432efb11b518eaf99abd358e4740 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Tue, 21 May 2024 19:12:09 +0800 Subject: [PATCH 3/4] Update .github/PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d257d07102..b4de33461f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,7 +8,7 @@ Fixes # (issue) -- [] Optimization (the change is only an optimization) +- [ ] Optimization (the change is only an optimization) - [ ] 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 not work as expected) From ba3340d82e0cad5973b6cec1866c4e0175be2019 Mon Sep 17 00:00:00 2001 From: Shargon Date: Wed, 22 May 2024 04:15:34 -0700 Subject: [PATCH 4/4] Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: Jimmy --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b4de33461f..4ebc00ed19 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,6 +9,7 @@ Fixes # (issue) - [ ] Optimization (the change is only an optimization) +- [ ] Style (the change is only a code style for better maintenance or standard purpose) - [ ] 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 not work as expected)