We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20186fa commit d24b8edCopy full SHA for d24b8ed
1 file changed
.github/workflows/release-highlights.md
@@ -60,10 +60,10 @@ Structure:
60
[If any - list FIRST with migration guidance]
61
62
### ✨ What's New
63
-[Key features with user benefit]
+[Key features with user benefit — include author and PR link]
64
65
### 🐛 Bug Fixes & Improvements
66
-[Notable fixes - focus on user impact]
+[Notable fixes — include author and PR link]
67
```
68
69
**Writing Guidelines:**
@@ -72,6 +72,8 @@ Structure:
72
- Keep it concise and scannable (users grasp key changes in 30 seconds)
73
- Use professional, enthusiastic tone
74
- This is a Windows desktop application — write from the end-user perspective
75
+- For each item, include the author and PR reference at the end, e.g.:
76
+ `- **In-place self-update** — description. (#42 by @username)`
77
78
### 4. Handle Special Cases
79
0 commit comments