From f553203e115eb2d252adde1dc769fc6dbc2cbde7 Mon Sep 17 00:00:00 2001 From: Stephanie Anderl <46726333+sanderl@users.noreply.github.com> Date: Mon, 11 Feb 2019 12:00:33 -0800 Subject: [PATCH 1/2] Created pull_request_template.md --- .../PULL_REQUEST_TEMPLATE/pull_request_template.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..fe3df89 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,14 @@ +# Fixes #. + +## Description of the changes in this pull request: +- +- +- + +## How this pull request was validated: +### (i.e. manual/ad-hoc testing, automated testing, new automated tests added) +- +- +- + +@Microsoft/calculator-write From b0fe92a94e4e26093bf6d89d066961c4886b0d7f Mon Sep 17 00:00:00 2001 From: Stephanie Anderl <46726333+sanderl@users.noreply.github.com> Date: Wed, 13 Feb 2019 10:29:12 -0800 Subject: [PATCH 2/2] updated @mentions to Microsoft/calculator-team and updated the how validated section to include a link to contributing.md --- .github/PULL_REQUEST_TEMPLATE/pull_request_template.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md index fe3df89..82f1599 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -6,9 +6,10 @@ - ## How this pull request was validated: -### (i.e. manual/ad-hoc testing, automated testing, new automated tests added) +### Review [Contributing.md](../Contributing.md) and ensure all contributing requirements are met. +### Specify how you tested your changes (i.e. manual/ad-hoc testing, automated testing, new automated tests added) - - - -@Microsoft/calculator-write +@Microsoft/calculator-team