From 97a4c120e924ed97cd100db29cf3359886df6d37 Mon Sep 17 00:00:00 2001 From: Klaus Post Date: Tue, 5 Jan 2021 14:53:52 -0800 Subject: [PATCH] Add Optimization as a type of change (#11221) * Add Optimization as a type of change. * Make the checkmark affirmative instead of disaffirming --- .github/PULL_REQUEST_TEMPLATE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1ac3eb0fc..2dae11628 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,9 +10,10 @@ ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) +- [ ] Optimization (provides speedup with no functional changes) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Checklist: - [ ] Fixes a regression (If yes, please add `commit-id` or `PR #` here) -- [ ] Documentation needed -- [ ] Unit tests needed +- [ ] Documentation updated +- [ ] Unit tests added/updated