From 9bb7ff30ec9c6eafe8cc7e3392772447d12276c9 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Fri, 8 Jan 2021 14:08:39 +0100 Subject: [PATCH] Update and rename all-other-issues.md to dev-discussion.md --- .github/ISSUE_TEMPLATE/all-other-issues.md | 14 ---------- .github/ISSUE_TEMPLATE/dev-discussion.md | 31 ++++++++++++++++++++++ 2 files changed, 31 insertions(+), 14 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/all-other-issues.md create mode 100644 .github/ISSUE_TEMPLATE/dev-discussion.md diff --git a/.github/ISSUE_TEMPLATE/all-other-issues.md b/.github/ISSUE_TEMPLATE/all-other-issues.md deleted file mode 100644 index 613688342..000000000 --- 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 000000000..c18fb1422 --- /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 + +