diff options
| author | Jean-François Milants <jf@codingfield.com> | 2021-02-23 20:21:29 (GMT) |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2021-02-23 20:21:29 (GMT) |
| commit | b11b20b0ac5c0adfbd1397cf42c322c873a736a8 (patch) | |
| tree | 0bcb047f3e9d5c41c6d79b4dac6cbcdd3929136b /src/libs/lvgl/.github/ISSUE_TEMPLATE/config.yml | |
| parent | f864330d355172046fab0923fd9015ec52884f00 (diff) | |
Remove LVGL folder (it's now a submodule)
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 |
