From 1119c3ff039635ebacaede29a5ead4c56e80d249 Mon Sep 17 00:00:00 2001 From: Brandon Fish Date: Wed, 11 Sep 2019 18:10:20 -0500 Subject: [PATCH 1/3] Create pull_request_template.md --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 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 000000000..bcd153279 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ + + +# Description + + From d77a09bfb3947d361739e6084b592de62d1d633e Mon Sep 17 00:00:00 2001 From: Brandon Fish Date: Wed, 11 Sep 2019 18:17:13 -0500 Subject: [PATCH 2/3] Update pull_request_template.md --- .github/pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index bcd153279..ff5ee9637 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,8 @@ # Description From 609058af33d648c0e63b3637781ddc6fc7695cd1 Mon Sep 17 00:00:00 2001 From: Brandon Fish Date: Wed, 11 Sep 2019 20:10:28 -0500 Subject: [PATCH 3/3] Update pull_request_template.md --- .github/pull_request_template.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ff5ee9637..609e0c83f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,7 +2,6 @@ Prior to submitting a PR, review the CONTRIBUTING.md document for recommendations on how to test: https://github.com/wasmerio/wasmer/blob/master/CONTRIBUTING.md#pull-requests -Also, create a short description of the the change in the CHANGELOG.md file. --> # Description @@ -11,3 +10,6 @@ Provide details regarding the change including motivation, links to related issues, and the context of the PR. --> +# Review + +- [ ] Create a short description of the the change in the CHANGELOG.md file