diff options
Diffstat (limited to 'src/libs/lvgl/.github/ISSUE_TEMPLATE/config.yml')
| -rw-r--r-- | src/libs/lvgl/.github/ISSUE_TEMPLATE/config.yml | 14 |
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 |
