ISSUE_TEMPLATE.md 2.27 KB
Newer Older
Davis E. King's avatar
Davis E. King committed
1

Davis King's avatar
Davis King committed
2
IF YOU ARE REPORTING A BUG OR PROBLEM WITH DLIB THEN FILL OUT THE ENTIRE TEMPLATE BELOW.  ISSUES ASKING QUESTIONS ABOUT WHY SOMETHING DOESN'T WORK THAT FAIL TO FILL OUT THE ENTIRE TEMPLATE WILL BE CLOSED.
Davis E. King's avatar
Davis E. King committed
3

Davis King's avatar
Davis King committed
4
5
6
7

**The issue tracker is not a code writing service, do not ask for someone to write code for you.**  E.g. Do not ask for feature improvements to the example programs. **If there is some feature improvement you want in an example program then it's up to you to write it**.  

Before you ask a question, check Google for a solution, [the dlib FAQ](http://dlib.net/faq.html), or consult the dlib documentation.  Every single function in dlib is documented in detail.  If you post an issue but you obviously haven't read the documentation then your issue will be closed.  
Davis E. King's avatar
Davis E. King committed
8
9

If you aren't reporting a bug or problem with dlib then delete this template and write whatever you want here.
Davis E. King's avatar
Davis E. King committed
10
 
Davis E. King's avatar
Davis E. King committed
11

Davis King's avatar
Davis King committed
12
13
14
<!-- ================================================================== -->
<!-- ==================  BUG/PROBLEM REPORT TEMPLATE ================== -->
<!-- ================================================================== -->
Davis E. King's avatar
Davis E. King committed
15
16


Davis King's avatar
Davis King committed
17
<!-- Delete the above instructions and then provide a general summary of the issue in the Title above.  Then fill out the template below.  FAILURE TO FILL OUT EVERY PART WILL RESULT IN YOUR ISSUE BEING CLOSED -->
Davis E. King's avatar
Davis E. King committed
18
19
20
21
22
23
24
25

## Expected Behavior
<!--- Tell us what should happen.  What were you doing?  What part of dlib are you using?  What do you think should happen? -->

## Current Behavior
<!--- Tell us what happens instead of the expected behavior.  If you get an error, include the entire error message in the bug report.  DO NOT POST SCREEN SHOTS.  Paste in the text instead.   If the issue is some kind of build problem, include the entire CMake output along with the error message. -->

## Steps to Reproduce
Davis King's avatar
Davis King committed
26
<!--- Provide an unambiguous set of steps to reproduce this problem. Include code to reproduce, if relevant -->
Davis E. King's avatar
Davis E. King committed
27
28
29
30
31
32
33
34



* **Version**: <!-- What version of dlib? -->
* **Where did you get dlib**: <!-- Did you get it from an official source like dlib.net, this github repo, or somewhere else? -->
* **Platform**: <!-- include something like `lsb_release -a` output, or if Windows, version and 32-bit or
  64-bit -->
* **Compiler**: <!-- What compiler are you using?  What version of that compiler? -->