@@ -48,20 +48,23 @@ Please specify a release date (and environment, if applicable) to guarantee time
4848- [ ] ...
4949- [ ] ...
5050
51- ## As an Author, I have considered 🤔
52-
53- - 👀 Doing a self review
54- - ❔ Our [ contribution guidelines] ( https://github.com/linode/manager/blob/develop/docs/CONTRIBUTING.md )
55- - 🤏 Splitting feature into small PRs
56- - ➕ Adding a [ changeset] ( https://github.com/linode/manager/blob/develop/docs/CONTRIBUTING.md#writing-a-changeset )
57- - 🧪 Providing/improving test coverage
58- - 🔐 Removing all sensitive information from the code and PR description
59- - 🚩 Using a feature flag to protect the release
60- - 👣 Providing comprehensive reproduction steps
61- - 📑 Providing or updating our documentation
62- - 🕛 Scheduling a pair reviewing session
63- - 📱 Providing mobile support
64- - ♿ Providing accessibility support
51+ <details >
52+ <summary > Author Checklists </summary >
53+
54+ ## As an Author, to speed up the review process, I considered 🤔
55+
56+ 👀 Doing a self review
57+ ❔ Our [ contribution guidelines] ( https://github.com/linode/manager/blob/develop/docs/CONTRIBUTING.md )
58+ 🤏 Splitting feature into small PRs
59+ ➕ Adding a [ changeset] ( https://github.com/linode/manager/blob/develop/docs/CONTRIBUTING.md#writing-a-changeset )
60+ 🧪 Providing/improving test coverage
61+ 🔐 Removing all sensitive information from the code and PR description
62+ 🚩 Using a feature flag to protect the release
63+ 👣 Providing comprehensive reproduction steps
64+ 📑 Providing or updating our documentation
65+ 🕛 Scheduling a pair reviewing session
66+ 📱 Providing mobile support
67+ ♿ Providing accessibility support
6568
6669<br />
6770
@@ -73,6 +76,8 @@ Please specify a release date (and environment, if applicable) to guarantee time
7376- [ ] TypeScript compilation succeeded without errors
7477- [ ] Code passes all linting rules
7578
79+ </details >
80+
7681---
7782
7883## Commit message and pull request title format standards
0 commit comments