* Added section for reproducing bug
* Promote step by step reproduction of code, see if anything has been incorrectly done.
* Context section for extra details that might be helpful for issue tracking
* Final Checklist. Verify bug can be reproduced and details are present.
Want to have small section to address each issue area:
* What happened/what did you expect?
* Fix suggestions/reason bug happened.
* How to reproduce for other contributors to replicate.
* Look at how workflow was affected by issue.
* As much detail as they can provide about their setup.
Making following assumptions:
* Pull requests do not need to originate from Issues discussion.
* But encouraged
* No current CONTRIBUTING.md file
* honor code that people follow current coding conventions
* Tests run and passed
* New features require additonal tests for confirmation