From 90d2a49f68800e0c501e47c01d7dd97a3a43eacd Mon Sep 17 00:00:00 2001 From: "qingwei.li" Date: Fri, 30 Dec 2016 13:11:54 +0800 Subject: [PATCH] Update github template --- .github/ISSUE_TEMPLATE.md | 6 ------ .github/PULL_REQUEST_TEMPLATE.md | 1 - 2 files changed, 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 0371a2b9..fa682f11 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,20 +1,14 @@ - - - diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1e5ef96f..ace4c70b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,5 +2,4 @@ Please makes sure these boxes are checked before submitting your PR, thank you! * [ ] Make sure you follow Element's [Contributing Guide](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.md). * [ ] Make sure you are merging your commits to `dev` branch. -* [ ] Rebase before creating a PR to keep commit history clear. * [ ] Add some descriptions and refer relative issues for you PR.