summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tesseract/.github/ISSUE_TEMPLATE.md')
-rw-r--r--tesseract/.github/ISSUE_TEMPLATE.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/tesseract/.github/ISSUE_TEMPLATE.md b/tesseract/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 00000000..ecc0b180
--- /dev/null
+++ b/tesseract/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,23 @@
+Before you submit an issue, please review [the guidelines for this repository](https://github.com/tesseract-ocr/tesseract/blob/master/CONTRIBUTING.md).
+
+Please report an issue only for a BUG, not for asking questions.
+
+Note that it will be much easier for us to fix the issue if a test case that
+reproduces the problem is provided. Ideally this test case should not have any
+external dependencies. Provide a copy of the image or link to files for the test case.
+
+Please delete this text and fill in the template below.
+
+------------------------
+
+### Environment
+
+* **Tesseract Version**: <!-- compulsory. you must provide your version -->
+* **Commit Number**: <!-- optional. if known - specify commit used, if built from source -->
+* **Platform**: <!-- either `uname -a` output, or if Windows, version and 32-bit or 64-bit -->
+
+### Current Behavior:
+
+### Expected Behavior:
+
+### Suggested Fix: