Skip to content

Commit

Permalink
chore: PR template comments out new AEP checklist
Browse files Browse the repository at this point in the history
Often, we are making spot fixes to AEPs, and not introducing
brand new ones. Therefore, the PR template should comment out
new AEP guides rather than requiring it to be removed.
  • Loading branch information
toumorokoshi committed Jan 10, 2025
1 parent a0fab57 commit 4e6c57b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ contributing to this repository.
- [ ] [My code has been formatted](https://aep.dev/contributing#formatting)
(usually `prettier -w .`)

### Additional checklist for a new AEP
<!-- uncomment this if this is for a new AEP
<!-- delete if this is not a new AEP -->
### 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.
Expand All @@ -40,4 +40,6 @@ contributing to this repository.
[Document structure](https://aep.dev/style-guide#document-structure)
guidelines are met.
-->

💝 Thank you!

0 comments on commit 4e6c57b

Please sign in to comment.