Skip to content

Commit

Permalink
updated issue template for github
Browse files Browse the repository at this point in the history
  • Loading branch information
johnscancella committed Apr 30, 2018
1 parent ecd742e commit d3856aa
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
## When submitting an issue please include:
# When submitting an issue please include items listed below. Failure to include these will result in your ticket being closed!
* Which version you are running of the software you are running
* Which operating system you are running on
* Steps to reproduce issue
* The expected outcome, and the actual outcome
* If available Attach all logs, and or output, and or screenshots

## Please format it in the [given when then style](http://martinfowler.com/bliki/GivenWhenThen.html)
For example (from link above):

**Given**
* I have 100 shares of MSFT stock
* And I have 150 shares of APPL stock
* And the time is before close of trading

**When**
* I ask to sell 20 shares of MSFT stock

**Then**
* I should have 80 shares of MSFT stock
* And I should have 150 shares of APPL stock
* And a sell order for 20 shares of MSFT stock should have been executed
### Example
Version: Bagger 2.8.1
OS: Mac OS X 10.13.3
Steps to reproduce:
* create new bag
* add some content
* click "save as.." button
* type in filepath
* click save
Expected outcome: Bag is saved
Actual outcome: Error

0 comments on commit d3856aa

Please sign in to comment.