From ee4e61ed68eeab28e0ff3be2389f5b9c580ae531 Mon Sep 17 00:00:00 2001 From: embeddedt <42941056+embeddedt@users.noreply.github.com> Date: Fri, 22 Mar 2019 13:23:55 -0400 Subject: [PATCH 1/5] Add bug report issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..db2b0be8c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** + +A clear and concise description of what the bug is. + +**To Reproduce** + +Please provide a small, independent code sample that can be used to reproduce the issue. Ideally this should work in the PC simulator unless the problem is specific to one platform. + +**Expected behavior** + +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** + +Add any other context about the problem here. From 2f86a67e7111ab30f72ef5ee515dbe1c81203423 Mon Sep 17 00:00:00 2001 From: embeddedt <42941056+embeddedt@users.noreply.github.com> Date: Fri, 22 Mar 2019 13:28:36 -0400 Subject: [PATCH 2/5] Add other issues template --- .github/ISSUE_TEMPLATE/all-other-issues.md | 14 +++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 27 ---------------------- 2 files changed, 14 insertions(+), 27 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/all-other-issues.md delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/all-other-issues.md b/.github/ISSUE_TEMPLATE/all-other-issues.md new file mode 100644 index 000000000..ca92afed3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/all-other-issues.md @@ -0,0 +1,14 @@ +--- +name: All other issues +about: Describe this issue template's purpose here. +title: '' +labels: stale +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.littlevgl.com/) to ask questions. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index db2b0be8c..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** - -A clear and concise description of what the bug is. - -**To Reproduce** - -Please provide a small, independent code sample that can be used to reproduce the issue. Ideally this should work in the PC simulator unless the problem is specific to one platform. - -**Expected behavior** - -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Additional context** - -Add any other context about the problem here. From 73ab6b3e2fc809547d607cfa496eb256c7ee8d86 Mon Sep 17 00:00:00 2001 From: Themba Dube Date: Fri, 22 Mar 2019 13:57:35 -0400 Subject: [PATCH 3/5] Add back missing bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..db2b0be8c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** + +A clear and concise description of what the bug is. + +**To Reproduce** + +Please provide a small, independent code sample that can be used to reproduce the issue. Ideally this should work in the PC simulator unless the problem is specific to one platform. + +**Expected behavior** + +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** + +Add any other context about the problem here. From 03b30708712d66e4f71322ceae7255639af7215d Mon Sep 17 00:00:00 2001 From: Themba Dube Date: Fri, 22 Mar 2019 13:58:19 -0400 Subject: [PATCH 4/5] Update issue templates --- .github/ISSUE_TEMPLATE/all-other-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/all-other-issues.md b/.github/ISSUE_TEMPLATE/all-other-issues.md index ca92afed3..b3f7a35e0 100644 --- a/.github/ISSUE_TEMPLATE/all-other-issues.md +++ b/.github/ISSUE_TEMPLATE/all-other-issues.md @@ -1,6 +1,6 @@ --- name: All other issues -about: Describe this issue template's purpose here. +about: Questions and enhancement requests should go to the forum. title: '' labels: stale assignees: '' From 22f84314a44f4ab7ceaf72035efa0eb69a95530e Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Fri, 22 Mar 2019 21:28:18 +0100 Subject: [PATCH 5/5] Rename bug_report.md to bug-report.md --- .github/ISSUE_TEMPLATE/{bug_report.md => bug-report.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.md => bug-report.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug-report.md similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/bug-report.md