From f0eba7f568a65fa16984c531801d10e644ed5a3a Mon Sep 17 00:00:00 2001 From: Sam Bozek Date: Fri, 28 Oct 2016 23:21:50 -0700 Subject: [PATCH] Tightening up ISSUE_Template --- .github/ISSUES.md | 18 ------------------ .github/ISSUE_TEMPLATE.md | 30 +++--------------------------- 2 files changed, 3 insertions(+), 45 deletions(-) delete mode 100644 .github/ISSUES.md diff --git a/.github/ISSUES.md b/.github/ISSUES.md deleted file mode 100644 index 1f7cf9a99..000000000 --- a/.github/ISSUES.md +++ /dev/null @@ -1,18 +0,0 @@ - -## Issue body - - - -## 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 diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 981669a4b..adfd3d6b8 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,31 +1,7 @@ +## Issue body + -## Context - - -### Expected Behavior - - -### Actual Behavior - - -## Possible Fix - - - -## Reproduction - -**Steps** - -1. Step -2. Step -3. Step -4. Step - - - -# Context - ## Your Environment @@ -39,4 +15,4 @@ - [] Included Explanation of Issue - [] Can Replicate Issue With Your Provided Steps - [] Code / error snippet is present -- [] Detailed description of your environment +- [] Detailed description of your environment \ No newline at end of file