-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ecd742e
commit d3856aa
Showing
1 changed file
with
14 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |