From 851cecdd73ef5513c628f5ec9d62c8814709585a Mon Sep 17 00:00:00 2001 From: knqyf263 Date: Sun, 19 Feb 2017 23:36:22 +0900 Subject: [PATCH] Add PULL_REQUEST_TEMPLATE.md --- ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE.md | 0 .github/PULL_REQUEST_TEMPLATE.md | 24 +++++++++++++++++++++ 2 files changed, 24 insertions(+) rename ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE.md (100%) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE.md similarity index 100% rename from ISSUE_TEMPLATE rename to .github/ISSUE_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..2bb322f7 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,24 @@ +## What did you implement: + +Closes #XXXXX + +## How did you implement it: + + +## How can we verify it: + + +## Todos: +You don't have to satisfy all of the following. + +- [ ] Write tests +- [ ] Write documentation +- [ ] Check that there aren't other open pull requests for the same issue/feature +- [ ] Format your source code by `make fmt` +- [ ] Pass the test by `make test` +- [ ] Provide verification config / commands +- [ ] Enable "Allow edits from maintainers" for this PR +- [ ] Update the messages below + +***Is this ready for review?:*** NO +***Is it a breaking change?:*** NO