Skip to content

Commit 147b99b

Browse files
committed
add Join Ecosystem page
Signed-off-by: Chris Abraham <[email protected]>
1 parent c440188 commit 147b99b

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

join-ecosystem.html

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
layout: default
3+
title: Join the PyTorch Ecosystem
4+
body-class: announcement
5+
background-class: announcement-background
6+
permalink: /join-ecosystem
7+
---
8+
{% assign cards = site.board_info %}
9+
10+
<div class="container">
11+
<div class="row hero-content">
12+
<div class="col-md-10">
13+
<h1>Join the<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PyTorch Ecosystem</h1>
14+
</div>
15+
</div>
16+
</div>
17+
18+
<div class="container-fluid light-background-section">
19+
<div class="container">
20+
<div class="row content">
21+
<div class="col-md-10 body-side-text">
22+
<p class="lead">
23+
The PyTorch Ecosystem is made up of innovative open source AI projects that extend, integrate with, or build upon PyTorch. If you're developing a project that supports the PyTorch community, you’re welcome to apply for inclusion in the Ecosystem.
24+
<br /><br />
25+
Please review the PyTorch Ecosystem review process to ensure that you meet the minimum expectations before applying.
26+
</p>
27+
<h2>Application Process</h2>
28+
<p class="lead">
29+
Applying to join the PyTorch Ecosystem is simple:
30+
</p>
31+
<ol>
32+
33+
<li>Open a new application using the<a href="https://github.com/pytorch-fdn/ecosystem/issues/new?assignees=&labels=New&projects=&template=application.yml&title=%3CProject+Name%3E?assignees=&labels=New&projects=&template=application.yml&title=%3CProject+Name%3E"> Ecosystem Application GitHub issue form</a>.</li>
34+
35+
<li>Complete all required sections.</li>
36+
37+
<li>Submit the issue.</li>
38+
</ol>
39+
<p class="lead">
40+
Once submitted, your application enters the review pipeline managed by the PyTorch Ecosystem Working Group.
41+
</p>
42+
<h2>Review Workflow</h2>
43+
<p class="lead">
44+
All applications are tracked via the PyTorch Ecosystem Project Board.
45+
<br /><br />
46+
Applications are reviewed on a first-come, first-served basis.
47+
<br /><br />
48+
The Working Group reviews approximately 7–10 projects per session, depending on availability.
49+
<br /><br />
50+
Projects are moved to “In Progress” roughly two weeks before a scheduled review session.
51+
<br /><br />
52+
During review, Working Group members assess your application based on technical merit, alignment with the PyTorch mission, and community readiness. Questions and requests for clarification may be posted directly in your GitHub issue.
53+
</p>
54+
<h2>Ready to apply?</h2>
55+
<a href="https://github.com/pytorch-fdn/ecosystem/issues/new?assignees=&labels=New&projects=&template=application.yml&title=%3CProject+Name%3E?assignees=&labels=New&projects=&template=application.yml&title=%3CProject+Name%3E" class="btn btn-lg with-right-arrow" data-cta="join">
56+
Submit your application on GitHub
57+
</a>
58+
59+
</div>
60+
</div>
61+
</div>
62+
</div>

0 commit comments

Comments
 (0)