From 9f1b1288e3c10cd2392998edba170e2c0f118b23 Mon Sep 17 00:00:00 2001 From: Johannes Jarbratt Date: Sun, 30 May 2021 23:21:25 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20PR=20template=20grammar=20+=20new=20?= =?UTF-8?q?=E2=80=9CType=20of=20changes=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 8e7f5c9b5..848077ef9 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,10 +6,11 @@ #### Types of changes - [ ] New feature (non-breaking change which adds functionality) -- [ ] Feature change (non-breaking change which change behaviour of an existing functionality) -- [ ] Improvement (non-breaking change which improve functionality) +- [ ] Feature change (non-breaking change which changes behaviour of an existing functionality) +- [ ] Improvement (non-breaking change which improves functionality) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Breaking change (fix or feature that would cause existing functionality to change) +- [ ] Refactor (non-breaking performance or readability improvements) ### Description