We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7848824 commit 101492fCopy full SHA for 101492f
.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,7 +1,7 @@
1
---
2
name: Bug report
3
about: Create a report to help us improve
4
-title: ''
+title: "[Bug report] Title for the bug"
5
labels: ''
6
assignees: ''
7
.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: ''
+
8
9
10
+**What's your feature request? Please describe.**
11
+A clear and concise description of what the request is. Ex. I would like to have X language support in text recognition[...]
12
13
+**Mobile environment**
14
+Android, IOS or both
15
16
+**Additional context**
17
+Add any other context or screenshots about the feature request here.
0 commit comments