Commit Graph

107 Commits

Author SHA1 Message Date
Sam Bozek
1f8826e906 Tracking proper file: ISSUE_TEMPLATE.md 2016-10-27 23:19:18 -07:00
Sam Bozek
071989fd15 Renamed ISSUES.md to proper template convention of ISSUE_TEMPLATE.md 2016-10-27 23:18:38 -07:00
Sam Bozek
b66c4c3788 Formatted the steps to be in neat ordered list. Minor grammar adjustments. 2016-10-27 23:09:28 -07:00
Sam Bozek
932f4c8469 Finished ISSUES.md
* 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.
2016-10-27 23:03:33 -07:00
Sam Bozek
bd48d44fa7 Started work on ISSUES template.
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.
2016-10-27 13:46:35 -07:00
Sam Bozek
3e1dbbd52a Clarified a few statements on the pull request template.
* Added spaCy to several areas to avoid confusion
* Simplified a few statements and checkboxes.
2016-10-26 18:27:56 -07:00
Sam Bozek
63b7c2ef61 Added pull request template.
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
2016-10-26 18:20:08 -07:00