From b11b20b0ac5c0adfbd1397cf42c322c873a736a8 Mon Sep 17 00:00:00 2001 From: Jean-François Milants Date: Tue, 23 Feb 2021 21:21:29 +0100 Subject: Remove LVGL folder (it's now a submodule) --- src/libs/lvgl/.github/ISSUE_TEMPLATE/bug-report.md | 43 ++++++++++++++++++++++ src/libs/lvgl/.github/ISSUE_TEMPLATE/config.yml | 14 +++++++ .../lvgl/.github/ISSUE_TEMPLATE/dev-discussion.md | 29 +++++++++++++++ 3 files changed, 86 insertions(+) create mode 100644 src/libs/lvgl/.github/ISSUE_TEMPLATE/bug-report.md create mode 100644 src/libs/lvgl/.github/ISSUE_TEMPLATE/config.yml create mode 100644 src/libs/lvgl/.github/ISSUE_TEMPLATE/dev-discussion.md (limited to 'src/libs/lvgl/.github/ISSUE_TEMPLATE') diff --git a/src/libs/lvgl/.github/ISSUE_TEMPLATE/bug-report.md b/src/libs/lvgl/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..9d9f05d8 --- /dev/null +++ b/src/libs/lvgl/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,43 @@ +--- +name: Bug report +about: Create a bug report to help us improve +title: '' +labels: '' +assignees: '' + +--- + + + +### Perform all steps below and tick them with [x] +- [ ] Check the related part of the [Documentation](https://docs.lvgl.io/) +- [ ] Update lvgl to the latest version +- [ ] Reproduce the issue in a [Simulator](https://docs.lvgl.io/latest/en/html/get-started/pc-simulator.html) + +### Describe the bug + + +### To Reproduce + + +### Expected behavior + + +### Screenshots or video + diff --git a/src/libs/lvgl/.github/ISSUE_TEMPLATE/config.yml b/src/libs/lvgl/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..2228ff12 --- /dev/null +++ b/src/libs/lvgl/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,14 @@ +blank_issues_enabled: false +contact_links: + - name: Documentation + url: https://docs.lvgl.io + about: Be sure to read to documentation first + - name: Forum + url: https://forum.lvgl.io + about: For topics like How-to, Getting started, Feature request + - name: CONTIBUTING.md + url: https://github.com/lvgl/lvgl/blob/master/docs/CONTRIBUTING.md#faq-about-contributing + about: The basic rules of contributing + - name: CODING_STYLE.md + url: https://github.com/lvgl/lvgl/blob/master/docs/CODING_STYLE.md + about: Quick summary of LVGL's code style diff --git a/src/libs/lvgl/.github/ISSUE_TEMPLATE/dev-discussion.md b/src/libs/lvgl/.github/ISSUE_TEMPLATE/dev-discussion.md new file mode 100644 index 00000000..7c9f6c08 --- /dev/null +++ b/src/libs/lvgl/.github/ISSUE_TEMPLATE/dev-discussion.md @@ -0,0 +1,29 @@ +--- +name: Development discussion +about: Discussion strictly related to the development of the LVGL. +title: '' +labels: '' +assignees: '' + +--- + + +### Introduce the problem + + +### Examples and cases + + +### Suggested solution + -- cgit v1.2.3-70-g09d2