Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit dc3d95c

Browse files
authored
Add notification banner (#381)
1 parent a560297 commit dc3d95c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<div style="background:#fdecea;color:#2b2b2b;padding:12px 16px;border-radius:6px;margin-bottom:16px;border:1px solid #f5c2c7;">
2+
<strong>This repository is no longer actively maintained under the Microsoft organization.</strong>
3+
Active development continues at <a href="https://github.com/ngcpp/proxy">ngcpp/proxy</a>.
4+
<br><br>
5+
<strong>Why the change?</strong> Stewardship of the project has transitioned to a new independent organization, <strong>ngcpp</strong>, to ensure ongoing development and community-driven governance.
6+
<br><br>
7+
<strong>What does this mean?</strong>
8+
<ul>
9+
<li><strong>Read-only</strong>: This repository is archived and will not accept new issues or pull requests.</li>
10+
<li><strong>History preserved</strong>: All past commits, issues, and discussions remain available for reference.</li>
11+
<li><strong>Future contributions</strong>: Please direct all contributions, bug reports, and feature requests to <a href="https://github.com/ngcpp/proxy">ngcpp/proxy</a>.</li>
12+
</ul>
13+
Thank you to everyone who has supported Proxy here. We look forward to continuing the journey together at <strong>ngcpp</strong>.
14+
</div>
15+
116
# Proxy: Next Generation Polymorphism in C++
217

318
[![Proxy-CI](https://github.com/microsoft/proxy/actions/workflows/pipeline-ci.yml/badge.svg)](https://github.com/microsoft/proxy/actions/workflows/pipeline-ci.yml)

0 commit comments

Comments
 (0)