From f09f850688a65c1561b9455af4b83b5dac53458f Mon Sep 17 00:00:00 2001 From: "drsanta@google.com" Date: Tue, 16 Jun 2020 10:03:01 -0400 Subject: [PATCH 1/2] first attempt at pull request template --- .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 0000000000..f4c5ffbbc0 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +[ISSUE] + +[BUG] + +TEST + + From c4b8a68b6b2803e4ffd1d64560fc7c970a7f332f Mon Sep 17 00:00:00 2001 From: "drsanta@google.com" Date: Wed, 17 Jun 2020 09:39:41 -0400 Subject: [PATCH 2/2] First draft of a PR template. --- .github/pull_request_template.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f4c5ffbbc0..9bf4d82ee4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,18 @@ -[ISSUE] +## Description -[BUG] +*Add a summary of your changes here* -TEST +## Issue / Ticket No. +*Link related Github issue, Firebase ticket, or N/A.* + + +## QA + +*Please describe the tests and platforms you used to verify your changes.* + + +## Release notes: + +*A quick summary that may be added to the release notes, if applicable.*