summaryrefslogtreecommitdiff
path: root/src/libs/lvgl/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-02-23 21:40:02 +0100
committerJean-François Milants <jf@codingfield.com>2021-02-23 21:53:50 +0100
commit094f98743db630cf070d9fe97e14b24db6450112 (patch)
treee7106bbcf902981ee6ac18364e319400b8a6bb86 /src/libs/lvgl/.github/ISSUE_TEMPLATE
parent67c545b1fbd368b99b111a1822fe8da815468e76 (diff)
Fix LVGL submodule (sorry!)
Diffstat (limited to 'src/libs/lvgl/.github/ISSUE_TEMPLATE')
-rw-r--r--src/libs/lvgl/.github/ISSUE_TEMPLATE/bug-report.md43
-rw-r--r--src/libs/lvgl/.github/ISSUE_TEMPLATE/config.yml14
-rw-r--r--src/libs/lvgl/.github/ISSUE_TEMPLATE/dev-discussion.md29
3 files changed, 0 insertions, 86 deletions
diff --git a/src/libs/lvgl/.github/ISSUE_TEMPLATE/bug-report.md b/src/libs/lvgl/.github/ISSUE_TEMPLATE/bug-report.md
deleted file mode 100644
index 9d9f05d8..00000000
--- a/src/libs/lvgl/.github/ISSUE_TEMPLATE/bug-report.md
+++ /dev/null
@@ -1,43 +0,0 @@
----
-name: Bug report
-about: Create a bug report to help us improve
-title: ''
-labels: ''
-assignees: ''
-
----
-
-<!--
-IMPORTANT
-Issues that don't use this template will be ignored and closed.
--->
-
-### 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
-<!--
-A clear and concise description of what the bug is.
--->
-
-### To Reproduce
-<!--
-Provide a small, independent code sample that can be used to reproduce the issue.
-Ideally this should work in the PC simulator unless the problem is specific to a platform.
-Format the code like this:
-```c
-your code here
-```
--->
-
-### Expected behavior
-<!--
-A clear and concise description of what you expected to happen.
--->
-
-### Screenshots or video
-<!--
-If applicable, add screenshots to help explain your problem.
--->
diff --git a/src/libs/lvgl/.github/ISSUE_TEMPLATE/config.yml b/src/libs/lvgl/.github/ISSUE_TEMPLATE/config.yml
deleted file mode 100644
index 2228ff12..00000000
--- a/src/libs/lvgl/.github/ISSUE_TEMPLATE/config.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-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
deleted file mode 100644
index 7c9f6c08..00000000
--- a/src/libs/lvgl/.github/ISSUE_TEMPLATE/dev-discussion.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-name: Development discussion
-about: Discussion strictly related to the development of the LVGL.
-title: ''
-labels: ''
-assignees: ''
-
----
-<!--
-IMPORTANT
-Issues that don't use this template will be ignored and closed.
-
-Normal Feature requests should go to the Forum: https://forum.lvgl.io/c/feature-request/9
--->
-
-### Introduce the problem
-<!--
-A clear and concise description of the problem.
--->
-
-### Examples and cases
-<!--
-Mention some examples and cases where the problem or the missing feature is relevant
--->
-
-### Suggested solution
-<!--
-If you already have an idea about the solution share it here
--->