Skip to content

Commit

Permalink
Small changes before merging
Browse files Browse the repository at this point in the history
  • Loading branch information
benjagm committed May 22, 2024
1 parent b71a2e5 commit 8b91d3b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion programs/ambassadors/ambassadors-program.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Examples:

1. If contributors publish 3 articles and drive 1 initiative about JSON Schema in eight months, they become ambassadors for the whole year.
2. If contributors make 1 presentation, write 2 articles, and drive 1 initiative, they become ambassadors for the whole year.
3. If you were accepted as ambassador on the 5th of May 2023, you have already fulfilled the requirements. On the 5th of May 2024, we will check if you qualify again after the 5th of May 2023.
3. If you were accepted as ambassador on the 5th of May 2024, you have already fulfilled the requirements. On the 5th of May 2025, we will check if you qualify again after the 5th of May 2025.

### Ambassadors duties

Expand Down
13 changes: 12 additions & 1 deletion programs/ambassadors/ambassadors.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@
"twitter": "iamthefirst",
"linkedin": "iamthefirst",
"company": "ACME",
"country": "🇺🇸"
"country": "🇺🇸",
"contributions": [
{
"type": "article",
"title": "Title of my first contribution",
"date": {
"year": 2024,
"month": "May"
},
"link": "link-to-my-contribution"
}
]
}
]

0 comments on commit 8b91d3b

Please sign in to comment.