Skip to content

Commit be78987

Browse files
committed
Finish wording on apply page
1 parent 6f004ab commit be78987

File tree

2 files changed

+35
-7
lines changed

2 files changed

+35
-7
lines changed

src/pages/community/ambassadors/apply.mdx

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
description: How to apply to be a GraphQL Ambassador
33
---
44

5+
import { Button } from "../../../app/conf/_components/button"
56
import { Steps } from 'nextra/components'
67

78
# Become a GraphQL Ambassador
@@ -23,6 +24,13 @@ As an Ambassador, you also gain the following:
2324
speaking and creating content
2425
- Exclusive benefits and swag
2526

27+
<Button
28+
href="https://forms.gle/qXYEoG7iUatAb5bh6"
29+
className="mx-auto my-6 !block"
30+
>
31+
Application Form
32+
</Button>
33+
2634
## Ambassador Requirements
2735

2836
- Knowledgeable about GraphQL and readily able to articulate those ideas
@@ -97,7 +105,7 @@ paywalls_
97105
for networking and discussions with Foundation / TSC / community reps
98106
- Promotion of Ambassador material - conference talk videos and created content
99107
- Exclusive GraphQL swag eg Ambassador hoodie
100-
- Ambassadors may apply for travel funding to approved conference & meetup
108+
- Travel funding to approved conference & meetup
101109
talks, applications to be evaluated on a case-by-case basis
102110
- An honorarium available for content creation on a case-by-case basis
103111

@@ -111,7 +119,7 @@ Standards of Excellence are designed to provide a set of guidelines and best
111119
practices for engaging with the GraphQL Foundation and broader community. This
112120
makes it easier for Ambassadors to contribute to a positive culture by providing
113121
clarity around what and how we create a safe and collaborative environment. See
114-
[standards-of-excellence.md](./standards-of-excellence.md)
122+
[Standards of Excellence](./standards-of-excellence.md).
115123

116124
## Application Process
117125

@@ -124,13 +132,33 @@ invited to join again at the end of their term.
124132
Applications can be from the applicant themselves, or a nomination from another
125133
community member.
126134

127-
A new wave of Ambassadors will be announced quarterly; we are aiming for the
128-
first announcement to coincide with the GraphQL Conference in September 2025.
135+
### Important Dates
136+
137+
| Applications Open | Year Round |
138+
| ----------------------------| ---------------|
139+
| First Ambassador Cohort Announced | September 2025 |
140+
| Applications Reviewed | November 2025 |
141+
| Second Ambassador Cohort Announced | December 2025 |
142+
| Applications Reviewed | February 2026|
143+
| Third Ambassador Cohort Announced | March 2026 |
144+
| Applications Reviewed | May 2026 |
145+
| Fourth Ambassador Cohort Announced | June 2026 |
146+
| First Ambassador Cohort Term Ends | August 2026 |
147+
| Second Ambassador Cohort Term Ends | November 2026 |
148+
| Third Ambassador Cohort Term Ends | February 2027 |
149+
| Fourth Ambassador Cohort Term Ends | May 2027 |
150+
129151

130152
## Apply
131153

132154
Are you interested in becoming an official GraphQL Ambassador?
133155

134-
[Submit your application button]
156+
<Button
157+
href="https://forms.gle/6HbGVrWc7no5zmEq7"
158+
className="mx-auto my-6 !block"
159+
>
160+
Application Form
161+
</Button>
135162

136-
Have a question? [Contact details]
163+
Want to nominate someone else? [Fill in the nomination form instead](https://forms.gle/JcZ5XgUuRBsAF6T19). <br />
164+
Have a question? Please ask [ambassadors@graphql.org](mailto:ambassadors@graphql.org)

src/pages/community/ambassadors/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Ambassadors are trusted go-to community leaders driven by a passion for GraphQL
1313
Interested in becoming an Ambassador?
1414

1515
<Button
16-
href="mailto:local@graphql.org?subject=I%20want%20to%20start%20a%20GraphQL%20Local%20in%20CITY_NAME_HERE"
16+
href="./apply"
1717
className="mx-auto my-6 !block"
1818
>
1919
Learn more about the Ambassador Program

0 commit comments

Comments
 (0)