|
2 | 2 | Explain the change in 1–3 sentences. Reference any related issues (e.g. Closes #123). |
3 | 3 |
|
4 | 4 | ## Type of Change |
5 | | -- [ ] Feature |
6 | | -- [ ] Bug fix |
7 | | -- [ ] Chore / Refactor |
8 | | -- [ ] Docs |
9 | | -- [ ] Tests |
10 | | -- [ ] CI / Build |
11 | | -- [ ] Other |
| 5 | +<!-- Select the primary type of change. This helps with automated release note generation. --> |
| 6 | +- [ ] 🚀 **Feature** (`feat:`) - New functionality for users |
| 7 | +- [ ] 🐛 **Bug fix** (`fix:`) - Fixes an issue for users |
| 8 | +- [ ] ⚠️ **Breaking Change** (`feat!:` or `fix!:`) - Changes that break backward compatibility |
| 9 | +- [ ] 📚 **Docs** (`docs:`) - Documentation updates only |
| 10 | +- [ ] 🔧 **Chore / Refactor** (`chore:`, `refactor:`) - Internal changes, no user impact |
| 11 | +- [ ] 🧪 **Tests** (`test:`) - Test additions or updates |
| 12 | +- [ ] 🚀 **CI / Build** (`ci:`) - Build system or CI changes |
| 13 | +- [ ] 📦 **Dependencies** (`deps:`) - Dependency updates |
| 14 | +- [ ] 🎉 **Other** - Changes that don't fit the above categories |
| 15 | + |
| 16 | +## Release Notes Impact |
| 17 | +<!-- This helps generate better automated release notes --> |
| 18 | +- [ ] **User-facing change** - Should be included in release notes |
| 19 | +- [ ] **Internal change only** - No need to include in release notes |
12 | 20 |
|
13 | 21 | ## Motivation / Context |
14 | 22 | Why is this change needed? What problem does it solve or what capability does it add? |
@@ -42,12 +50,21 @@ node bin/index.js demo --services node --no-install --yes |
42 | 50 | ``` |
43 | 51 | Result: ✅ / ❌ |
44 | 52 |
|
| 53 | +## Breaking Changes & Migration |
| 54 | +<!-- If this is a breaking change, provide details for users --> |
| 55 | +**Breaking changes:** |
| 56 | + |
| 57 | +**Migration steps:** |
| 58 | + |
| 59 | +**Configuration changes needed:** |
| 60 | + |
45 | 61 | ## Screenshots / Logs (Optional) |
46 | 62 | Add any helpful output (chalk-styled CLI messages, error reproduction, etc.). |
47 | 63 |
|
48 | 64 | ## Docs |
49 | 65 | - [ ] Updated `README.md` if needed |
50 | 66 | - [ ] Updated `.github/copilot-instructions.md` if internal conventions changed |
| 67 | +- [ ] Added/updated relevant documentation for user-facing changes |
51 | 68 | - [ ] Not applicable |
52 | 69 |
|
53 | 70 | ## Checklist |
|
0 commit comments