|
| 1 | +### 🆕 Adds |
| 2 | + |
| 3 | +<!-- Level 4 headings/content may be deleted and replaced with "None" if irrelevant --> |
| 4 | + |
| 5 | +#### \> `${package-name}` |
| 6 | + |
| 7 | +- Yay, a new thing! |
| 8 | + |
| 9 | +--- |
| 10 | + |
| 11 | +### 🪄 Changes |
| 12 | + |
| 13 | +<!-- Level 4 headings/content may be deleted and replaced with "None" if irrelevant --> |
| 14 | + |
| 15 | +#### \> `${package-name}` |
| 16 | + |
| 17 | +- **`${Feature/Function/Types}`:** It used to do this, and now it does this. |
| 18 | + - **Breaking?** Yes/No |
| 19 | + |
| 20 | +#### \> Internal |
| 21 | + |
| 22 | +- Description |
| 23 | + |
| 24 | +--- |
| 25 | + |
| 26 | +### 📪 Closes Issues |
| 27 | + |
| 28 | +<!-- List GitHub issue IDs, else "None" --> |
| 29 | +None |
| 30 | + |
| 31 | +--- |
| 32 | + |
| 33 | +### ✅ Quality Checklist |
| 34 | + |
| 35 | +<!-- Check boxes by changing them to [x]. --> |
| 36 | + |
| 37 | +#### \> 🟢 All Pull Requests |
| 38 | + |
| 39 | +- [ ] Tests updated? |
| 40 | +- [ ] Test snapshot generation is turned off? |
| 41 | +- [ ] Documentation updated? |
| 42 | +- [ ] Changesets added/updated? |
| 43 | +- [ ] Checks passing (eslint, prettier, Typescript, unit tests)? |
| 44 | + |
| 45 | +<!-- If Adds contains a new package, fill out this section. --> |
| 46 | + |
| 47 | +#### \> ✨ New Package(s) |
| 48 | + |
| 49 | +- [ ] Followed package naming convention? `@amandaguthrie/panda-preset-${category_one}-${package}` |
| 50 | +- [ ] `package.json` version is 0.0.0? |
| 51 | +- [ ] `package.json` `private: true` is removed and `publishconfig.access: "public"`? |
| 52 | +- [ ] `package.json` repository `name`, `description`, and `repostory.directory` are updated? |
| 53 | +- [ ] Added new package to GitHub issue templates packages list? |
| 54 | +- [ ] Added new package to root `README.md` listing? |
| 55 | + |
| 56 | +<!-- If anything in Adds/Changes, please fill out this section. --> |
| 57 | + |
| 58 | +#### \> ⬆️ Version Change(s) |
| 59 | + |
| 60 | +* **Major:** Breaking changes |
| 61 | +* **Minor:** Backward-compatible feature additions |
| 62 | +* **Patch:** Backward-compatible bug fixes |
| 63 | + |
| 64 | +- [ ] Changesets version request matches semver definitions? |
| 65 | +- [ ] If major version, decisioning logic around choosing backward-incompatible changes over backward-compatible changes |
| 66 | + is included in changeset? |
0 commit comments