From 83382c408325faa1f73d7711ad961fc9fbab70a3 Mon Sep 17 00:00:00 2001 From: Sashko Stubailo Date: Wed, 11 May 2016 17:13:21 -0700 Subject: [PATCH 1/3] Update PR template --- .github/PULL_REQUEST_TEMPLATE.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 82e7a56e..0b78dd00 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,7 @@ -Thanks for submitting a PR! We'll try to look at it as soon as possible. + From b97a77c796d3045624eecd42e711bd707bf9244f Mon Sep 17 00:00:00 2001 From: Loren Sands-Ramshaw Date: Sun, 22 May 2016 01:53:05 -0400 Subject: [PATCH 2/3] Checklist, simplify comment --- .github/PULL_REQUEST_TEMPLATE.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0b78dd00..357e98f8 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,9 @@ - Use this field to describe your pull request. +TODO: - Please update the [changelog](https://github.com/meteor/guide/blob/master/CHANGELOG.md) for significant changes. ---> +- [ ] If this is a significant change, update [CHANGELOG.md](https://github.com/meteor/guide/blob/master/CHANGELOG.md) +- [ ] Use `

` instead of `## Foo` for headers +- [ ] Leave a blank line after each header From 341957ca508e7ceb47845118a4542afc18b13268 Mon Sep 17 00:00:00 2001 From: Loren Sands-Ramshaw Date: Sun, 22 May 2016 01:54:27 -0400 Subject: [PATCH 3/3] Simplify - emoji tone implies getting to it soon? :) --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 357e98f8..cfb77502 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,8 @@ -TODO: +TODO: - [ ] If this is a significant change, update [CHANGELOG.md](https://github.com/meteor/guide/blob/master/CHANGELOG.md) - [ ] Use `

` instead of `## Foo` for headers