Skip to content

Commit 8da42f6

Browse files
authored
chore: add prettier to checklist (#167)
Adding prettier to the checklist since formatting is often forgotten and can result in issues with linting, impeding cycle time to merge PRs.
1 parent 738c455 commit 8da42f6

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## 📑 Proposed changes
2-
1+
<!--
32
Describe the big picture of your changes here to communicate to the maintainers
43
why we should accept this pull request. If it fixes a bug or resolves a feature
54
request, be sure to link to that issue.
5+
-->
66

77
## 🍱 Types of changes
88

@@ -12,6 +12,7 @@ that apply_
1212
- [ ] Enhancement
1313
- [ ] [New proposal](https://aep.dev/1#workflow)
1414
- [ ] Migrated from google.aip.dev
15+
- [ ] Chore / Quick Fix
1516

1617
## 📋 Your checklist for this pull request
1718

@@ -24,9 +25,13 @@ contributing to this repository.
2425
- [ ] Ensure that your PR
2526
[references AEPs](https://aep.dev/style-guide#referencing-aeps)
2627
correctly.
28+
- [ ] [My code has been formatted](https://aep.dev/contributing#formatting)
29+
(usually `prettier -w .`)
2730

2831
### Additional checklist for a new AEP
2932

33+
<!-- delete if this is not a new AEP -->
34+
3035
- [ ] A new AEP **should** be no more than two pages if printed out.
3136
- [ ] Ensure that the PR is editable by maintainers.
3237
- [ ] Ensure that [File structure](https://aep.dev/style-guide#file-structure)

0 commit comments

Comments
 (0)