Skip to content

Commit 5f25ebb

Browse files
committed
chore: add release template for standardized release notes
1 parent 632ee42 commit 5f25ebb

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

.github/release-template.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## Summary
2+
3+
- What changed in this release (high level)
4+
5+
## Highlights
6+
7+
1. Feature:
8+
2. Improvement:
9+
3. Fix:
10+
11+
## Upgrade Notes
12+
13+
1. Desktop users:
14+
2. Self-host users:
15+
16+
## Screenshots / Demo
17+
18+
- Screenshot 1:
19+
- Screenshot 2:
20+
- Screenshot 3:
21+
22+
## Known Issues
23+
24+
- Issue 1:
25+
- Issue 2:
26+
27+
## Checks
28+
29+
- [ ] `npm run typecheck`
30+
- [ ] `npm run build`

0 commit comments

Comments
 (0)