Skip to content

Commit 6f110b6

Browse files
attempting to add guidelines for the changelog (#10693)
* attempting to add guidelines for the changelog * [getsentry/action-github-commit] Auto commit --------- Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
1 parent 8605a71 commit 6f110b6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

app/changelog/%5Fadmin/page.tsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,20 @@ export default async function ChangelogsListPage() {
3030
<PlusIcon />
3131
<Link href="/changelog/_admin/create">New Changelog</Link>
3232
</Button>
33+
<p>Post Guidelines</p>
34+
<p>
35+
<ul>
36+
<li>
37+
Be very matter of fact, direct, and simple. Avoid using words like "excited
38+
to announce".
39+
</li>
40+
<li>Spell out the what, the why, and how to use it.</li>
41+
<li>
42+
Avoid exclamation points, adjectives, refernvces to competition, and
43+
personal opinions.
44+
</li>
45+
</ul>
46+
</p>
3347
</header>
3448

3549
<table className="table-fixed w-11/12 mx-auto text-sm text-left text-gray-500">

0 commit comments

Comments
 (0)