From fc2b408f94a7ea5c126b03468adf7e8ff8674b8a Mon Sep 17 00:00:00 2001 From: Yusuke Tsutsumi Date: Fri, 3 Jun 2016 18:56:55 -0700 Subject: [PATCH] some corrections and clarifications in the issue/pr templates. (#911) --- ISSUE_TEMPLATE.md | 8 ++++---- PULL_REQUEST_TEMPLATE.md | 17 ++++++++--------- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 2966f512751..319163f92a5 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -4,11 +4,11 @@ ## Expected behaviour - + ## Actual behaviour - + ## Steps to reproduce @@ -18,6 +18,6 @@ ## Your environment - diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 67414ac235f..f2d45604ece 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -5,24 +5,23 @@ - If you propose a new feature or improvement, select "master" as a target branch; - - If this is code bug fix or documentation correction, select - the lastest release branch (which looks like "0.xx") --> + - If this is a bug fix or documentation amendment, select + the latest release branch (which looks like "0.xx") --> -## What these changes does? +## What do these changes do? -## How to test your changes? +## Are there changes in behavior for the user? - + ## Related issue number - + ## Checklist -- [ ] Code is written and well -- [ ] Tests for the changes are provided +- [ ] I think the code is well written +- [ ] Unit tests for the changes exist - [ ] Documentation reflects the changes