From 196bcb9b0efb30c4f12e88b72e6b20f2a9d0c362 Mon Sep 17 00:00:00 2001 From: embeddedt <42941056+embeddedt@users.noreply.github.com> Date: Thu, 24 Dec 2020 11:12:53 -0500 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 882f4644c1..c53888a24d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,8 +1,8 @@ -### Description of the feature of fix +### Description of the feature or fix -A clear and concise description of what the bug is. +A clear and concise description of what the bug or new feature is. -### Chekpoints +### Checkpoints - [ ] Follow the [styling guide](https://github.com/lvgl/lvgl/blob/master/docs/CODING_STYLE.md) - [ ] Update CHANGELOG.md -- [ ] Update the docsumentation +- [ ] Update the documentation