From d85703b274f6bead94fd52361a294267d24f086a Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Sat, 15 May 2021 01:09:28 +0200 Subject: [PATCH] docs include ROADMAP.md and CHANGELOG.md --- .github/pull_request_template.md | 2 +- CHANGELOG.md => docs/CHANGELOG.md | 0 docs/index.md | 3 ++- 3 files changed, 3 insertions(+), 2 deletions(-) rename CHANGELOG.md => docs/CHANGELOG.md (100%) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e4e0cf8f9..8d8149581 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,5 +4,5 @@ A clear and concise description of what the bug or new feature is. ### Checkpoints - [ ] Follow the [styling guide](https://github.com/lvgl/lvgl/blob/master/docs/CODING_STYLE.md) -- [ ] Update CHANGELOG.md +- [ ] Update [CHANGELOG.md](https://github.com/lvgl/lvgl/blob/master/docs/CHANGELOG.md) - [ ] Update the documentation diff --git a/CHANGELOG.md b/docs/CHANGELOG.md similarity index 100% rename from CHANGELOG.md rename to docs/CHANGELOG.md diff --git a/docs/index.md b/docs/index.md index 8f540e71b..4b9d327c7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -34,5 +34,6 @@ PDF version: :download:`LVGL.pdf ` widgets/index layouts/index CONTRIBUTING - + CHANGELOG + ROADMAP ```