From c418613062267d19a681ebc28c2d239fe89a0ad1 Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran <rjshrjndrn@gmail.com> Date: Wed, 16 Jun 2021 09:22:41 +0530 Subject: [PATCH] chore(pr template): Adding enhancement. Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com> --- .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 645f246f6..9bb04d789 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,6 +7,7 @@ Please choose appropriate options. - [ ] 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) +- [ ] Enhancement (additive changes to improve performance) - [ ] This change requires a documentation update ### How Has This Been Tested? -- GitLab