From 932f4c846972867ea5c905474e03d71d0e810809 Mon Sep 17 00:00:00 2001 From: Sam Bozek Date: Thu, 27 Oct 2016 23:03:33 -0700 Subject: [PATCH] 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. --- .github/ISSUES.md | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/.github/ISSUES.md b/.github/ISSUES.md index 335b27aa3..f714ca4d3 100644 --- a/.github/ISSUES.md +++ b/.github/ISSUES.md @@ -1,10 +1,39 @@ -# Context +## Context -# Expected Behavior +### Expected Behavior -# Actual Behavior +### Actual Behavior + +## Possible Fix + + + +## Reproduction + +**Steps** +1. Step +2. Step +3. Step + + +# Context + + +## Your Environment + +* Operating System: +* Python Version Used: +* spaCy Version Used: +* Environment Information: + +# Checklist + +- [] Included Explanation of Issue +- [] Can Replicate Issue With Your Provided Steps +- [] Code / error snippet is present +- [] Detailed description of your environment