summaryrefslogtreecommitdiff
path: root/src/libs/lvgl/.github/ISSUE_TEMPLATE/config.yml
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-02-23 20:25:43 (GMT)
committerJean-François Milants <jf@codingfield.com>2021-02-23 20:25:43 (GMT)
commit67c545b1fbd368b99b111a1822fe8da815468e76 (patch)
tree0bcb047f3e9d5c41c6d79b4dac6cbcdd3929136b /src/libs/lvgl/.github/ISSUE_TEMPLATE/config.yml
parent324c7dab326ea23a6c8502bbb8c6e9b9d87a839f (diff)
parentb11b20b0ac5c0adfbd1397cf42c322c873a736a8 (diff)
Merge branch 'joaquimorg-LVGL7' into develop
Diffstat (limited to 'src/libs/lvgl/.github/ISSUE_TEMPLATE/config.yml')
-rw-r--r--src/libs/lvgl/.github/ISSUE_TEMPLATE/config.yml14
1 files changed, 14 insertions, 0 deletions
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 0000000..2228ff1
--- /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