From 8a615e8961a4c196352422d3cb0ea9c17715f4a1 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Mon, 16 Jan 2017 20:43:52 +0100 Subject: [PATCH] Simplify and update pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a55f98646..a20b52a34 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,27 +1,19 @@ ## Description - + + -## Motivation and Context - - - -## How Has This Been Tested? - - - ## Types of changes -- [ ] Bug fix (non-breaking change fixing an issue) -- [ ] New feature (non-breaking change adding functionality to spaCy) -- [ ] Breaking change (fix or feature causing change to spaCy's existing functionality) -- [ ] Documentation (Addition to documentation of spaCy) +- [ ] **Bug fix** (non-breaking change fixing an issue) +- [ ] **New feature** (non-breaking change adding functionality to spaCy) +- [ ] **Breaking change** (fix or feature causing change to spaCy's existing functionality) +- [ ] **Documentation** (Addition to documentation of spaCy) ## Checklist: -- [ ] My code follows spaCy's code style. - [ ] My change requires a change to spaCy's documentation. - [ ] I have updated the documentation accordingly. - [ ] I have added tests to cover my changes.