Skip to content

Commit 2a238bd

Browse files
Merge pull request #5 from austinlparker/updateDescription
Update description
2 parents 883553d + 5a35cc7 commit 2a238bd

File tree

1 file changed

+28
-4
lines changed

1 file changed

+28
-4
lines changed

src/app/page.tsx

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,32 @@ export default async function Home() {
1313
<h1 className="text-4xl font-bold text-gray-900 dark:text-white mb-4 tracking-tight">
1414
OpenTelemetry Changelog
1515
</h1>
16-
<p className="text-lg text-gray-600 dark:text-gray-300 max-w-2xl mx-auto">
17-
Track changes across OpenTelemetry repositories in real-time. Stay
18-
updated with the latest features, improvements, and releases.
19-
</p>
16+
<div className="text-lg text-gray-600 dark:text-gray-300 max-w-2xl mx-auto space-y-4">
17+
<p>
18+
This site tracks pull requests to the OpenTelemetry Specification,
19+
Semantic Conventions, and Proto Definitions. The following items
20+
are tracked:
21+
</p>
22+
<ul className="list-disc pl-6 space-y-2 text-left">
23+
<li>Non-trivial specification changes and releases.</li>
24+
<li>
25+
New semantic convention areas or stability changes, as well as
26+
releases.
27+
</li>
28+
<li>Updates and releases of the protos.</li>
29+
</ul>
30+
<p>
31+
The goal of this site is to give maintainers a single reference
32+
for important cross-functional changes.
33+
</p>
34+
<hr className="my-4" />
35+
<p>
36+
To add a Pull Request to this feed, label it with{" "}
37+
<code className="bg-gray-100 dark:bg-gray-700 px-2 py-1 rounded">
38+
changelog.opentelemetry.io
39+
</code>
40+
</p>
41+
</div>
2042
</header>
2143

2244
<main className="bg-white dark:bg-gray-800 rounded-2xl shadow-sm ring-1 ring-gray-900/5 dark:ring-white/10 p-6 sm:p-8">
@@ -35,6 +57,7 @@ export default async function Home() {
3557
className="w-4 h-4 mr-2"
3658
fill="currentColor"
3759
viewBox="0 0 20 20"
60+
aria-hidden="true"
3861
>
3962
<path d="M5 3a1 1 0 000 2c5.523 0 10 4.477 10 10a1 1 0 102 0C17 8.373 11.627 3 5 3z" />
4063
<path d="M4 9a1 1 0 011-1 7 7 0 017 7 1 1 0 11-2 0 5 5 0 00-5-5 1 1 0 01-1-1z" />
@@ -52,6 +75,7 @@ export default async function Home() {
5275
className="w-4 h-4 mr-2"
5376
fill="currentColor"
5477
viewBox="0 0 24 24"
78+
aria-hidden="true"
5579
>
5680
<path d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0024 12c0-6.63-5.37-12-12-12z" />
5781
</svg>

0 commit comments

Comments
 (0)