From 09c99e7470e5f807ff5bc7b43bdafa911d885ea3 Mon Sep 17 00:00:00 2001 From: Benjy Cui Date: Tue, 23 Feb 2016 09:43:21 +0800 Subject: [PATCH] chore: add PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..f9760a350 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ +First of all, thanks for your contribution! :-) + +Please makes sure these boxes are checked before submitting your PR, thank you! + +[ ] Run `npm run lint` and fix those errors before submitting in order to keep consistent code style. +[ ] Rebase before creating a PR to keep commit history clear. +[ ] Add some descriptions and refer relative issues for you PR.