Browse Source

chore: update PR template for new notes bot (#14103)

* chore: update PR template for new notes bot

* include link to release note readme
Shelley Vohr 6 years ago
parent
commit
08a8a3fbfc
1 changed files with 8 additions and 1 deletions
  1. 8 1
      .github/PULL_REQUEST_TEMPLATE.md

+ 8 - 1
.github/PULL_REQUEST_TEMPLATE.md

@@ -1,3 +1,4 @@
+##### Description of Change
 <!--
 Thank you for your Pull Request. Please provide a description above and review
 the requirements below.
@@ -12,4 +13,10 @@ Contributors guide: https://github.com/electron/electron/blob/master/CONTRIBUTIN
 - [ ] `npm test` passes
 - [ ] tests are [changed or added](https://github.com/electron/electron/blob/master/docs/development/testing.md)
 - [ ] relevant documentation is changed or added
-- [ ] PR title follows semantic [commit guidelines](https://github.com/electron/electron/blob/master/docs/development/pull-requests.md#commit-message-guidelines)
+- [ ] PR title follows semantic [commit guidelines](https://github.com/electron/electron/blob/master/docs/development/pull-requests.md#commit-message-guidelines)
+
+
+##### Release Notes
+<!-- Used to describe release notes for future release versions. See https://github.com/electron/clerk/blob/master/README.md for details. -->
+
+Notes: <!-- One-line Change Summary Here-->