From 101492f039e4fd9ef911e2515dda9813b2ece34e Mon Sep 17 00:00:00 2001 From: jackqdyulei Date: Tue, 21 Dec 2021 13:15:55 -0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a15f5c84e6..f04a9c2f9c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Create a report to help us improve -title: '' +title: "[Bug report] Title for the bug" labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..1491711854 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[Feature request] Title for the request" +labels: '' +assignees: '' + +--- + +**What's your feature request? Please describe.** +A clear and concise description of what the request is. Ex. I would like to have X language support in text recognition[...] + +**Mobile environment** +Android, IOS or both + +**Additional context** +Add any other context or screenshots about the feature request here.