diff --git a/.github/ISSUE_TEMPLATE/all-other-issues.md b/.github/ISSUE_TEMPLATE/all-other-issues.md deleted file mode 100644 index 613688342e..0000000000 --- a/.github/ISSUE_TEMPLATE/all-other-issues.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Other issues -about: Questions and enhancement requests should go to the Forum. -title: '' -labels: not-template -assignees: '' - ---- - - -**All enhancement requests or questions should be directed to the Forum.** - -We use GitHub issues for development related discussions. -Please use the [Forum](https://forum.lvgl.io/) to ask questions. diff --git a/.github/ISSUE_TEMPLATE/dev-discussion.md b/.github/ISSUE_TEMPLATE/dev-discussion.md new file mode 100644 index 0000000000..c18fb14223 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/dev-discussion.md @@ -0,0 +1,31 @@ +--- +name: Development discussion +about: Discussion strictly related to the develoopment of the LVGL. +title: '' +labels: '' +assignees: '' + +--- + + + +### Introcude the problem + + +#### Examples and cases + + +### Suggested solution + +