Skip to content

Commit

Permalink
Added issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
davisking committed Dec 27, 2017
1 parent 0889996 commit 27880d6
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
If you are reporting a bug or problem with MITIE 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.

Also, **the issue tracker is not a code writing service, do not ask for someone to write code for you.** In particular, do not submit issues asking for feature improvements to the example programs. The examples are documentation, their purpose is to teach, not to be useful programs. **If there is some feature improvement you want in an example program then it's up to you to write it**.

If you aren't reporting a bug or problem with MITIE then delete this template and write whatever you want here.


<!-- ================================================================ -->
<!-- ===================== BUG REPORT TEMPLATE ===================== -->
<!-- ================================================================ -->


<!-- Delete the above instructions and then provide a general summary of the issue in the Title above. Then fill out the template below. -->

## Expected Behavior
<!--- Tell us what should happen. What were you doing? What part of MITIE 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
<!--- Provide an unambiguous set of steps to reproduce this problem. Include code to reproduce, if relevant -->



* **Version**: <!-- What version of MITIE? -->
* **Where did you get MITIE**: <!-- Did you get it from an official source like 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? -->

0 comments on commit 27880d6

Please sign in to comment.