From 6f9c2c46a41e3521a58e4521da19025ab63be9f4 Mon Sep 17 00:00:00 2001 From: bchambers Date: Thu, 31 Mar 2016 17:48:28 -0700 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE Fix a typo Add a horizontal rule between the template content and the PR description which is automatically filled in by Github. This makes it easier to separate the two, and reduces the number of edits to the template necessary to clean it up. --- .github/PULL_REQUEST_TEMPLATE.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 05b0430f86992..edd5dd993f384 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,12 +1,13 @@ -[BEAM-] Description of pull request - Be sure to do all of the following to help us incorporate your contribution quickly and easily: - - [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable - Travis-CI for on your fork and ensure the whole test matrix passes). - - [ ] Replace "" in the title with the actual Jira issue + - [ ] Make sure the PR title is formatted like: + `[BEAM-] Description of pull request` + - [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable + Travis-CI on your fork and ensure the whole test matrix passes). + - [ ] Replace "" in the title with the actual Jira issue number, if there is one. - [ ] If this contribution is large, please file an Apache [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt). - + +---