Skip to content

Commit 0258e60

Browse files
Update nominate-a-pytorch-ambassador.yml
1 parent 8aedc34 commit 0258e60

File tree

1 file changed

+83
-153
lines changed

1 file changed

+83
-153
lines changed
Lines changed: 83 additions & 153 deletions
Original file line numberDiff line numberDiff line change
@@ -1,153 +1,83 @@
1-
name: "Nominate a PyTorch Ambassador"
2-
description: "Submit a nomination for the PyTorch Ambassador Program."
3-
title: "[Nomination] <Nominee Name>"
4-
labels: ["nomination", "pending-review", "ambassador"]
5-
6-
body:
7-
- type: markdown
8-
attributes:
9-
value: |
10-
> πŸ“ **Note:** Please fill out the above field with the name of your nominee replacing `<Nominee Name>`.
11-
12-
- type: markdown
13-
attributes:
14-
value: |
15-
# πŸŽ– PyTorch Ambassador Nomination Request
16-
17-
Thank you for your interest in the **PyTorch Ambassador Program**!
18-
Before submitting a nomination, please ensure you have **read the** [PyTorch Ambassador Program Requirements](https://github.com/pytorch-fdn/foundation-programs/blob/main/pytorch-ambassador-program.md)
19-
and that the nominee meets the eligibility criteria outlined below.
20-
21-
- type: markdown
22-
attributes:
23-
value: "## βœ… Are You Nominating Yourself or Someone Else?"
24-
25-
- type: checkboxes
26-
id: nomination-type
27-
attributes:
28-
label: "Select one:"
29-
options:
30-
- label: "I am **nominating myself** for the PyTorch Ambassador Program."
31-
- label: "I am **nominating someone else** to become a PyTorch Ambassador."
32-
33-
- type: markdown
34-
attributes:
35-
value: "## βœ… Pre-Submission Checklist"
36-
37-
- type: checkboxes
38-
id: checklist
39-
attributes:
40-
label: "Please confirm that the nominee meets the following requirements:"
41-
options:
42-
- label: "The nominee is **18 years of age or older**."
43-
- label: "The nominee **agrees to abide by the [PyTorch Code of Conduct](https://github.com/pytorch-fdn/Foundation/blob/main/PyTorch%20Foundation%20Code%20of%20Conduct.md)**."
44-
- label: "The nominee **agrees to comply with the [Linux Foundation Antitrust Policy](https://www.linuxfoundation.org/legal/antitrust-policy)**."
45-
- label: "The nominee meets **at least one** of the qualifications listed in the [PyTorch Ambassador Program Requirements](https://github.com/pytorch-fdn/foundation-programs/blob/main/pytorch-ambassador-program.md)."
46-
47-
- type: markdown
48-
attributes:
49-
value: "## πŸ“ž Contact Information"
50-
51-
- type: input
52-
id: nominee-name
53-
attributes:
54-
label: "Nominee Name"
55-
placeholder: "Enter the full name of the nominee."
56-
57-
- type: input
58-
id: nominee-email
59-
attributes:
60-
label: "Nominee Email"
61-
placeholder: "Enter nominee's email address."
62-
63-
- type: input
64-
id: nominee-github
65-
attributes:
66-
label: "Nominee's GitHub or GitLab Handle"
67-
placeholder: "Enter their GitHub or GitLab username."
68-
69-
- type: input
70-
id: nominee-organization
71-
attributes:
72-
label: "(Optional) Organization / Affiliation"
73-
placeholder: "Enter the nominee’s organization (if applicable)."
74-
75-
- type: input
76-
id: nominee-location
77-
attributes:
78-
label: "City, State/Province, Country"
79-
placeholder: "e.g., Lagos, Nigeria or San Francisco, CA, USA"
80-
81-
- type: markdown
82-
attributes:
83-
value: "### **Nominator Information (If Different from Nominee)**"
84-
85-
- type: input
86-
id: your-name
87-
attributes:
88-
label: "Your Name"
89-
placeholder: "Enter your name (if you are nominating someone else)."
90-
91-
- type: input
92-
id: your-email
93-
attributes:
94-
label: "Your Email (Optional)"
95-
placeholder: "Enter your email address."
96-
97-
- type: markdown
98-
attributes:
99-
value: "## πŸ”Ή Nominee’s Contributions to PyTorch"
100-
101-
- type: checkboxes
102-
id: nominee-contributions
103-
attributes:
104-
label: "How has the nominee contributed to PyTorch?"
105-
options:
106-
- label: "An active contributor to PyTorch repositories (e.g., commits, PRs, discussions)."
107-
- label: "A speaker at PyTorch events or workshops."
108-
- label: "A PyTorch user group organizer or meetup host."
109-
- label: "A researcher or educator using PyTorch in academic work or training."
110-
- label: "An active leader in the PyTorch community with **at least one year** of experience in:"
111-
- label: "Organizing events (virtual/in-person)."
112-
- label: "Speaking at AI/ML conferences."
113-
- label: "Mentoring others in PyTorch."
114-
- label: "Creating technical content (e.g., blogs, videos, tutorials)."
115-
116-
- type: textarea
117-
id: nominee-expectations
118-
attributes:
119-
label: "πŸ† How Would the Nominee Contribute as an Ambassador?"
120-
description: "Explain how the nominee would engage with the PyTorch community, help the initiative thrive, and their plans for hosting events, mentoring, or knowledge-sharing."
121-
placeholder: "Provide a detailed explanation of the nominee's potential impact."
122-
render: markdown
123-
124-
- type: markdown
125-
attributes:
126-
value: "## πŸ”— Additional Information (Optional)"
127-
128-
- type: textarea
129-
id: additional-info
130-
attributes:
131-
label: "Any additional details you'd like to share?"
132-
description: "Provide any extra information about the nominee or links to their work (blogs, conference talks, educational resources, etc.)."
133-
placeholder: "Enter additional information here."
134-
render: markdown
135-
136-
- type: markdown
137-
attributes:
138-
value: |
139-
## πŸ—³οΈ Next Steps
140-
141-
Once you submit this nomination, you will receive an **automatic comment with next steps**.
142-
A team member will review your submission and update the status accordingly.
143-
144-
**πŸ“Œ Track the status of your nomination:**
145-
- Check the **label** assigned to this issue to see its current review status.
146-
- Labels may include:
147-
- `pending-review` ⏳ β†’ Your nomination is waiting for review.
148-
- `needs-more-info` πŸ“’ β†’ Additional details are required.
149-
- `approved` βœ… β†’ Your nomination has been accepted.
150-
- `rejected` ❌ β†’ Your nomination was not approved.
151-
152-
**πŸ’¬ Have Questions?**
153-
If you have questions, submit a [Feedback Issue](https://github.com/pytorch-fdn/foundation-initiative/issues/new?template=feedback.yml).
1+
# Nominate a PyTorch Ambassador
2+
3+
**Description:** Submit a nomination for the PyTorch Ambassador Program.
4+
5+
**Title Template:** [Nomination] <Nominee Name>
6+
7+
**Labels:** nomination, pending-review, ambassador
8+
9+
---
10+
11+
> πŸ“ **Note:** Please fill out the above field with the name of your nominee replacing `<Nominee Name>`.
12+
13+
# πŸŽ– PyTorch Ambassador Nomination Request
14+
15+
Thank you for your interest in the **PyTorch Ambassador Program**!
16+
Before submitting a nomination, please ensure you have **read the** [PyTorch Ambassador Program Requirements](https://github.com/pytorch-fdn/ambassador-program/blob/main/README.md)
17+
and that the nominee meets the eligibility criteria outlined below.
18+
19+
## βœ… Are You Nominating Yourself or Someone Else?
20+
21+
- [ ] I am **nominating myself** for the PyTorch Ambassador Program.
22+
- [ ] I am **nominating someone else** to become a PyTorch Ambassador.
23+
24+
## βœ… Pre-Submission Checklist
25+
26+
Please confirm that the nominee meets the following requirements:
27+
28+
- [ ] The nominee is **18 years of age or older**.
29+
- [ ] The nominee **agrees to abide by the [PyTorch Code of Conduct](https://github.com/pytorch-fdn/Foundation/blob/main/PyTorch%20Foundation%20Code%20of%20Conduct.md)**.
30+
- [ ] The nominee **agrees to comply with the [Linux Foundation Antitrust Policy](https://www.linuxfoundation.org/legal/antitrust-policy)**.
31+
- [ ] The nominee meets **at least one** of the qualifications listed in the [PyTorch Ambassador Program Requirements](https://github.com/pytorch-fdn/ambassador-program/blob/main/README.md).
32+
33+
## πŸ“ž Contact Information
34+
35+
**Nominee Name:**
36+
**Nominee Email:**
37+
**Nominee's GitHub or GitLab Handle:**
38+
**Organization / Affiliation (Optional):**
39+
**City, State/Province, Country:**
40+
41+
### **Nominator Information (If Different from Nominee)**
42+
43+
**Your Name:**
44+
**Your Email (Optional):**
45+
46+
## πŸ”Ή Nominee’s Contributions to PyTorch
47+
48+
How has the nominee contributed to PyTorch?
49+
50+
- [ ] An active contributor to PyTorch repositories (e.g., commits, PRs, discussions).
51+
- [ ] A speaker at PyTorch events or workshops.
52+
- [ ] A PyTorch user group organizer or meetup host.
53+
- [ ] A researcher or educator using PyTorch in academic work or training.
54+
- [ ] An active leader in the PyTorch community with **at least one year** of experience in:
55+
- [ ] Organizing events (virtual/in-person).
56+
- [ ] Speaking at AI/ML conferences.
57+
- [ ] Mentoring others in PyTorch.
58+
- [ ] Creating technical content (e.g., blogs, videos, tutorials).
59+
60+
## πŸ† How Would the Nominee Contribute as an Ambassador?
61+
62+
_Explain how the nominee would engage with the PyTorch community, help the initiative thrive, and their plans for hosting events, mentoring, or knowledge-sharing._
63+
64+
## πŸ”— Additional Information (Optional)
65+
66+
_Any extra information about the nominee or links to their work (blogs, conference talks, educational resources, etc.)._
67+
68+
---
69+
70+
## πŸ—³οΈ Next Steps
71+
72+
Once you submit this nomination, you will receive an **automatic comment with next steps**.
73+
A team member will review your submission and update the status accordingly.
74+
75+
**πŸ“Œ Track the status of your nomination:**
76+
Labels may include:
77+
- `pending-review` β†’ Your nomination is waiting for review
78+
- `needs-more-info` β†’ Additional details are required
79+
- `approved` β†’ Your nomination has been accepted
80+
- `rejected` β†’ Your nomination was not approved
81+
82+
**πŸ’¬ Have Questions?**
83+
Submit a [Feedback Issue](https://github.com/pytorch-fdn/foundation-initiative/issues/new?template=feedback.yml)

0 commit comments

Comments
Β (0)