-
Notifications
You must be signed in to change notification settings - Fork 302
/
Copy pathjoin-ecosystem.html
65 lines (58 loc) · 3.1 KB
/
join-ecosystem.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
layout: default
title: Join the PyTorch Ecosystem
body-class: announcement
background-class: announcement-background
permalink: /join-ecosystem
---
{% assign cards = site.board_info %}
<div class="container">
<div class="row hero-content">
<div class="col-md-10">
<h1>Join the<br /> PyTorch Ecosystem</h1>
</div>
</div>
</div>
<div class="container-fluid light-background-section">
<div class="container">
<div class="row content">
<div class="col-md-10 body-side-text">
<p class="lead">
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.
<br /><br />
Please review the <a href="https://github.com/pytorch-fdn/tac/blob/main/docs/governance/PyTorch_Ecosystem_Process.md">PyTorch Ecosystem review process</a> to ensure that you meet the minimum expectations before applying.
</p>
<h2 class="mt-5">Application Process</h2>
<p class="lead">
Applying to join the PyTorch Ecosystem is simple:
</p>
<ol>
<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>
<li>Complete all required sections.</li>
<li>Submit the issue.</li>
</ol>
<p class="lead">
Once submitted, your application enters the review pipeline managed by the PyTorch Ecosystem Working Group.
</p>
<h2 class="mt-5">Review Workflow</h2>
<p class="lead">
All applications are tracked via the PyTorch Ecosystem Project Board.
<br /><br />
Applications are reviewed on a first-come, first-served basis.
<br /><br />
The Working Group reviews approximately 7–10 projects per session, depending on availability.
<br /><br />
Projects are moved to “In Progress” roughly two weeks before a scheduled review session.
<br /><br />
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.
</p>
<h2 class="mt-5">Ready to apply?</h2>
<p class="lead">
<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">
Submit your application on GitHub
</a>
</p>
</div>
</div>
</div>
</div>