From 1b83855c72fc9fbf8f4046cbdb22d4db48725d0f Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Sun, 20 Dec 2020 13:31:44 +0100 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..4d76e91c4 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ + + +### Description of the feature of fix + +A clear and concise description of what the bug is. + + +### Chekpoints +- [ ] Follow the [styling guide](https://github.com/lvgl/lvgl/blob/master/docs/CODING_STYLE.md) +- [ ] Update CHANGELOG.md +- [ ] Update the docsumentation