From 860518f0da9c9615e4e8786cf5ba0f7b8a3947f6 Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Wed, 15 Aug 2018 08:34:38 -0700 Subject: [PATCH] chore: add PR template (#650) --- .github/PULL_REQUEST_TEMPLATE.md | 10 ++++++++++ 1 file changed, 10 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 00000000..2c3fcc37 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,10 @@ +##### Description of Change + + +##### Checklist + + +- [ ] PR description included and stakeholders cc'd +- [ ] Patch information is added to appropriate `.patches.yaml` +- [ ] `script/update` runs without error +- [ ] PR title follows semantic [commit guidelines](https://github.com/electron/electron/blob/master/docs/development/pull-requests.md#commit-message-guidelines) \ No newline at end of file