diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a4b7c3f0..331533f1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,8 @@ -## 📑 Proposed changes - + ## 🍱 Types of changes @@ -12,6 +12,7 @@ that apply_ - [ ] Enhancement - [ ] [New proposal](https://aep.dev/1#workflow) - [ ] Migrated from google.aip.dev +- [ ] Chore / Quick Fix ## 📋 Your checklist for this pull request @@ -24,9 +25,13 @@ contributing to this repository. - [ ] Ensure that your PR [references AEPs](https://aep.dev/style-guide#referencing-aeps) correctly. +- [ ] [My code has been formatted](https://aep.dev/contributing#formatting) + (usually `prettier -w .`) ### Additional checklist for a new AEP + + - [ ] A new AEP **should** be no more than two pages if printed out. - [ ] Ensure that the PR is editable by maintainers. - [ ] Ensure that [File structure](https://aep.dev/style-guide#file-structure)