From e2001543b2b95857ee287d0b13178b6663ff6798 Mon Sep 17 00:00:00 2001 From: Benjamin Granados Date: Tue, 23 Jan 2024 18:48:14 +0100 Subject: [PATCH 01/17] v1 of the JSON Schema Ambassadors Program --- programs/ambassadors/ambassadors-program.md | 62 +++++++++++++++++++++ programs/ambassadors/ambassadors.json | 13 +++++ 2 files changed, 75 insertions(+) create mode 100644 programs/ambassadors/ambassadors-program.md create mode 100644 programs/ambassadors/ambassadors.json diff --git a/programs/ambassadors/ambassadors-program.md b/programs/ambassadors/ambassadors-program.md new file mode 100644 index 00000000..425396dd --- /dev/null +++ b/programs/ambassadors/ambassadors-program.md @@ -0,0 +1,62 @@ +This document covers the organizational and operational aspects of the JSON Schema Ambassador Program. + +### What is the JSON Schema Ambassador Program? + +The JSON Schema Ambassador Program aims to bring JSON Schema closer to both current users and potential new project users. It also aims to provide users and community members with the necessary tools and resources to: + +- Promote collaboration among the JSON Schema users base. +- Engage with the project in some way, either as a contributor, blogger, speaker, etc. +- Speak at community events or write technical content (i.e., blog posts) that solves community needs. +- Nurture community growth and a welcoming environment to spread knowledge about the project. + +### How does the program work? + +- The ambassador selection process will be as transparent as possible. +- The model currently in place for adding members to the Technical Steering Committee through PR will be used. +- The TSC or delegated maintainers of community repositories will evaluate applications according to compliance requirements via a traditional PR flow. +- All ambassador information will be displayed on the JSON Schema website in a list after the PR is merged. + +### Ambassador requirements + +The participation will be determined and checked annually. The minimum requirement for being an ambassador is to make **4 contributions per year** in the form of articles, talks, videos, podcasts, presentations, driving initiatives, etc. + +Ambassadors can be invited to review content (i.e., articles, talks, videos) related to the community. These reviews are optional and will be counted as an additional contribution. + +Some clarifications on the type of contributions: + +- Articles, videos, and podcasts can be published on [JSON Schema.com/blog](https://www.JSON Schema.com/blog) or other domains. +- Talks and presentations can be displayed at different events or workshops. Within it, JSON Schema should appear at the core of the presentation. The presentation would never be used as a disguised marketing tool for other products/projects. +- Special contributions should be driven to support the community or enhance its visibility (i.e., getting new sponsors or driving initiatives) +- If we did not identify the contributions, just let us know. + +Examples: + +1. If contributors publish 3 articles and propel 1 initiative about JSON Schema in eight months, they will become ambassadors for the whole year. +2. If contributors make 1 presentation, write 2 articles, and propel 1 initiative, they will become ambassadors for the whole year. +3. If you were accepted as ambassador on the 5th of May 2022, you have already fulfilled the requirements. On the 5th of May 2023, we will check if you qualify again after the 5th of May 2022. + +### Ambassadors duties + +- Be in tune with JSON Schema's mission and values. +- Always respect the [code of conduct](https://github.com/json-schema-org/.github/blob/main/CODE_OF_CONDUCT.md). +- Be active in your role as an ambassador. + +### Ambassador benefits + +- Invitation to [JSON Schema Initiative organization](https://github.com/orgs/json-schema-org/people). +- Receive a special swag pack for Ambassadors (Swag availability date to be confirmed). +- Receive swag for conference or workshop participants (Swag availability date to be confirmed). +- Community-wide recognition. +- All our respects for your contribution! + +### Become an JSON Schema Ambassador + +The process of becoming an ambassador is very simple. Go to the **community** repository and open a PR to edit the `ambassadors.json` file. The TSC will then evaluate your candidacy! + +That PR doesn't have to be created by the ambassador candidate; any community member may open a PR to submit someone's application to the JSON Schema Ambassador Program. + +Get on board and become an ambassador! + +#### References + +- [The AsynAPI Ambassadors Program](https://github.com/asyncapi/community/blob/master/AMBASSADOR_ORGANIZATION.md) \ No newline at end of file diff --git a/programs/ambassadors/ambassadors.json b/programs/ambassadors/ambassadors.json new file mode 100644 index 00000000..3293127e --- /dev/null +++ b/programs/ambassadors/ambassadors.json @@ -0,0 +1,13 @@ +[ + { + "name": "I am the first Ambassador", + "img": "https://avatars.githubusercontent.com/u/40007659?v=4", + "bio": "I am the first JSON Schema Ambassador. I work as Schema Designer in ACME since 2002 and I am the implementer of the Turbo Implementation.", + "title": "Schema Designer at ACME", + "github": "iamthefirst", + "twitter": "iamthefirst", + "linkedin": "iamthefirst", + "company": "ACME", + "country": "🇺🇸" + } +] \ No newline at end of file From ded138046ae4f91c19041c9c2ace3cb835ed28a5 Mon Sep 17 00:00:00 2001 From: Benjamin Granados <40007659+benjagm@users.noreply.github.com> Date: Wed, 24 Jan 2024 06:57:43 +0100 Subject: [PATCH 02/17] Update programs/ambassadors/ambassadors-program.md Co-authored-by: Julian Berman --- programs/ambassadors/ambassadors-program.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/ambassadors/ambassadors-program.md b/programs/ambassadors/ambassadors-program.md index 425396dd..e7fa71eb 100644 --- a/programs/ambassadors/ambassadors-program.md +++ b/programs/ambassadors/ambassadors-program.md @@ -4,7 +4,7 @@ This document covers the organizational and operational aspects of the JSON Sche The JSON Schema Ambassador Program aims to bring JSON Schema closer to both current users and potential new project users. It also aims to provide users and community members with the necessary tools and resources to: -- Promote collaboration among the JSON Schema users base. +- Promote collaboration among the JSON Schema user base. - Engage with the project in some way, either as a contributor, blogger, speaker, etc. - Speak at community events or write technical content (i.e., blog posts) that solves community needs. - Nurture community growth and a welcoming environment to spread knowledge about the project. From 0e945c414f676b3110482246afa04c1af6cfe159 Mon Sep 17 00:00:00 2001 From: Benjamin Granados <40007659+benjagm@users.noreply.github.com> Date: Wed, 24 Jan 2024 06:57:52 +0100 Subject: [PATCH 03/17] Update programs/ambassadors/ambassadors-program.md Co-authored-by: Julian Berman --- programs/ambassadors/ambassadors-program.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/ambassadors/ambassadors-program.md b/programs/ambassadors/ambassadors-program.md index e7fa71eb..b4f7c866 100644 --- a/programs/ambassadors/ambassadors-program.md +++ b/programs/ambassadors/ambassadors-program.md @@ -6,7 +6,7 @@ The JSON Schema Ambassador Program aims to bring JSON Schema closer to both curr - Promote collaboration among the JSON Schema user base. - Engage with the project in some way, either as a contributor, blogger, speaker, etc. -- Speak at community events or write technical content (i.e., blog posts) that solves community needs. +- Speak at community events or write technical content (e.g. blog posts) that solves community needs. - Nurture community growth and a welcoming environment to spread knowledge about the project. ### How does the program work? From 52197b2d87ec2d713a30ef02b17b947866b3af19 Mon Sep 17 00:00:00 2001 From: Benjamin Granados <40007659+benjagm@users.noreply.github.com> Date: Wed, 24 Jan 2024 06:58:33 +0100 Subject: [PATCH 04/17] Update programs/ambassadors/ambassadors-program.md Co-authored-by: Julian Berman --- programs/ambassadors/ambassadors-program.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/ambassadors/ambassadors-program.md b/programs/ambassadors/ambassadors-program.md index b4f7c866..ec0aefae 100644 --- a/programs/ambassadors/ambassadors-program.md +++ b/programs/ambassadors/ambassadors-program.md @@ -24,7 +24,7 @@ Ambassadors can be invited to review content (i.e., articles, talks, videos) rel Some clarifications on the type of contributions: -- Articles, videos, and podcasts can be published on [JSON Schema.com/blog](https://www.JSON Schema.com/blog) or other domains. +- Articles, videos, and podcasts can be published on [JSON-Schema.org/blog](https://json-schema.org/blog) or other domains. - Talks and presentations can be displayed at different events or workshops. Within it, JSON Schema should appear at the core of the presentation. The presentation would never be used as a disguised marketing tool for other products/projects. - Special contributions should be driven to support the community or enhance its visibility (i.e., getting new sponsors or driving initiatives) - If we did not identify the contributions, just let us know. From 65df07f7701c1fa31471593bead038268737796f Mon Sep 17 00:00:00 2001 From: Benjamin Granados <40007659+benjagm@users.noreply.github.com> Date: Wed, 24 Jan 2024 06:58:43 +0100 Subject: [PATCH 05/17] Update programs/ambassadors/ambassadors-program.md Co-authored-by: Julian Berman --- programs/ambassadors/ambassadors-program.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/ambassadors/ambassadors-program.md b/programs/ambassadors/ambassadors-program.md index ec0aefae..d9a488cd 100644 --- a/programs/ambassadors/ambassadors-program.md +++ b/programs/ambassadors/ambassadors-program.md @@ -25,7 +25,7 @@ Ambassadors can be invited to review content (i.e., articles, talks, videos) rel Some clarifications on the type of contributions: - Articles, videos, and podcasts can be published on [JSON-Schema.org/blog](https://json-schema.org/blog) or other domains. -- Talks and presentations can be displayed at different events or workshops. Within it, JSON Schema should appear at the core of the presentation. The presentation would never be used as a disguised marketing tool for other products/projects. +- Talks and presentations can be displayed at different events or workshops. Within them, JSON Schema should appear at the core of the presentation. The presentation should not be being used as a disguised marketing tool for other products/projects. - Special contributions should be driven to support the community or enhance its visibility (i.e., getting new sponsors or driving initiatives) - If we did not identify the contributions, just let us know. From 7910e1e74632471975f2f135f37b82663aab7958 Mon Sep 17 00:00:00 2001 From: Benjamin Granados <40007659+benjagm@users.noreply.github.com> Date: Wed, 24 Jan 2024 06:58:53 +0100 Subject: [PATCH 06/17] Update programs/ambassadors/ambassadors-program.md Co-authored-by: Julian Berman --- programs/ambassadors/ambassadors-program.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/ambassadors/ambassadors-program.md b/programs/ambassadors/ambassadors-program.md index d9a488cd..2b0717eb 100644 --- a/programs/ambassadors/ambassadors-program.md +++ b/programs/ambassadors/ambassadors-program.md @@ -27,7 +27,7 @@ Some clarifications on the type of contributions: - Articles, videos, and podcasts can be published on [JSON-Schema.org/blog](https://json-schema.org/blog) or other domains. - Talks and presentations can be displayed at different events or workshops. Within them, JSON Schema should appear at the core of the presentation. The presentation should not be being used as a disguised marketing tool for other products/projects. - Special contributions should be driven to support the community or enhance its visibility (i.e., getting new sponsors or driving initiatives) -- If we did not identify the contributions, just let us know. +- If we do not notice or accidentally miscount a contribution, just let us know. Examples: From b2e62c1d501a3c2889bcba7d78fc60d266220717 Mon Sep 17 00:00:00 2001 From: Benjamin Granados <40007659+benjagm@users.noreply.github.com> Date: Wed, 24 Jan 2024 06:59:15 +0100 Subject: [PATCH 07/17] Update programs/ambassadors/ambassadors-program.md Co-authored-by: Julian Berman --- programs/ambassadors/ambassadors-program.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/ambassadors/ambassadors-program.md b/programs/ambassadors/ambassadors-program.md index 2b0717eb..c704b13a 100644 --- a/programs/ambassadors/ambassadors-program.md +++ b/programs/ambassadors/ambassadors-program.md @@ -33,7 +33,7 @@ Examples: 1. If contributors publish 3 articles and propel 1 initiative about JSON Schema in eight months, they will become ambassadors for the whole year. 2. If contributors make 1 presentation, write 2 articles, and propel 1 initiative, they will become ambassadors for the whole year. -3. If you were accepted as ambassador on the 5th of May 2022, you have already fulfilled the requirements. On the 5th of May 2023, we will check if you qualify again after the 5th of May 2022. +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. ### Ambassadors duties From 7e7ec0c42d76a76baf7b84fa116fb838262837db Mon Sep 17 00:00:00 2001 From: Benjamin Granados <40007659+benjagm@users.noreply.github.com> Date: Wed, 24 Jan 2024 07:00:32 +0100 Subject: [PATCH 08/17] Update programs/ambassadors/ambassadors-program.md Co-authored-by: Julian Berman --- programs/ambassadors/ambassadors-program.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/ambassadors/ambassadors-program.md b/programs/ambassadors/ambassadors-program.md index c704b13a..bfa5acef 100644 --- a/programs/ambassadors/ambassadors-program.md +++ b/programs/ambassadors/ambassadors-program.md @@ -43,7 +43,7 @@ Examples: ### Ambassador benefits -- Invitation to [JSON Schema Initiative organization](https://github.com/orgs/json-schema-org/people). +- Invitation to [the JSON Schema organization](https://github.com/orgs/json-schema-org/people). - Receive a special swag pack for Ambassadors (Swag availability date to be confirmed). - Receive swag for conference or workshop participants (Swag availability date to be confirmed). - Community-wide recognition. From d4b62ffa266a5c67d6776397c09ae45e4b4e346c Mon Sep 17 00:00:00 2001 From: Benjamin Granados <40007659+benjagm@users.noreply.github.com> Date: Wed, 24 Jan 2024 07:00:41 +0100 Subject: [PATCH 09/17] Update programs/ambassadors/ambassadors-program.md Co-authored-by: Julian Berman --- programs/ambassadors/ambassadors-program.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/ambassadors/ambassadors-program.md b/programs/ambassadors/ambassadors-program.md index bfa5acef..e0757783 100644 --- a/programs/ambassadors/ambassadors-program.md +++ b/programs/ambassadors/ambassadors-program.md @@ -45,7 +45,7 @@ Examples: - Invitation to [the JSON Schema organization](https://github.com/orgs/json-schema-org/people). - Receive a special swag pack for Ambassadors (Swag availability date to be confirmed). -- Receive swag for conference or workshop participants (Swag availability date to be confirmed). +- Receive additional swag for conference or workshop participants (Swag availability date to be confirmed). - Community-wide recognition. - All our respects for your contribution! From cda9a4361f3fd39ddd642793b697b7bb199ecb5e Mon Sep 17 00:00:00 2001 From: Benjamin Granados <40007659+benjagm@users.noreply.github.com> Date: Wed, 24 Jan 2024 07:00:51 +0100 Subject: [PATCH 10/17] Update programs/ambassadors/ambassadors-program.md Co-authored-by: Julian Berman --- programs/ambassadors/ambassadors-program.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/ambassadors/ambassadors-program.md b/programs/ambassadors/ambassadors-program.md index e0757783..689c8c09 100644 --- a/programs/ambassadors/ambassadors-program.md +++ b/programs/ambassadors/ambassadors-program.md @@ -47,7 +47,7 @@ Examples: - Receive a special swag pack for Ambassadors (Swag availability date to be confirmed). - Receive additional swag for conference or workshop participants (Swag availability date to be confirmed). - Community-wide recognition. -- All our respects for your contribution! +- All our respect for your contributions! ### Become an JSON Schema Ambassador From 17ffc2381ce4e1b6d3b0d1f3552acc5d10e5617a Mon Sep 17 00:00:00 2001 From: Benjamin Granados Date: Wed, 24 Jan 2024 07:02:28 +0100 Subject: [PATCH 11/17] Update ambassadors-program.md --- programs/ambassadors/ambassadors-program.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/ambassadors/ambassadors-program.md b/programs/ambassadors/ambassadors-program.md index 689c8c09..e3fb027a 100644 --- a/programs/ambassadors/ambassadors-program.md +++ b/programs/ambassadors/ambassadors-program.md @@ -24,7 +24,7 @@ Ambassadors can be invited to review content (i.e., articles, talks, videos) rel Some clarifications on the type of contributions: -- Articles, videos, and podcasts can be published on [JSON-Schema.org/blog](https://json-schema.org/blog) or other domains. +- Articles, videos, and podcasts can be published on [json-schema.org/blog](https://json-schema.org/blog) or other domains. - Talks and presentations can be displayed at different events or workshops. Within them, JSON Schema should appear at the core of the presentation. The presentation should not be being used as a disguised marketing tool for other products/projects. - Special contributions should be driven to support the community or enhance its visibility (i.e., getting new sponsors or driving initiatives) - If we do not notice or accidentally miscount a contribution, just let us know. From a66218970d52c73fbedaea7ae8a4faf00c8fa8b4 Mon Sep 17 00:00:00 2001 From: Benjamin Granados Date: Fri, 26 Jan 2024 10:27:42 +0100 Subject: [PATCH 12/17] Small changes to add the required feedback. --- programs/ambassadors/ambassadors-program.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/programs/ambassadors/ambassadors-program.md b/programs/ambassadors/ambassadors-program.md index e3fb027a..6f12a878 100644 --- a/programs/ambassadors/ambassadors-program.md +++ b/programs/ambassadors/ambassadors-program.md @@ -1,10 +1,10 @@ -This document covers the organizational and operational aspects of the JSON Schema Ambassador Program. +This document covers the organizational and operational aspects of the JSON Schema Ambassadors Program. ### What is the JSON Schema Ambassador Program? The JSON Schema Ambassador Program aims to bring JSON Schema closer to both current users and potential new project users. It also aims to provide users and community members with the necessary tools and resources to: -- Promote collaboration among the JSON Schema user base. +- Promote collaboration among the JSON Schema ecosystem. - Engage with the project in some way, either as a contributor, blogger, speaker, etc. - Speak at community events or write technical content (e.g. blog posts) that solves community needs. - Nurture community growth and a welcoming environment to spread knowledge about the project. @@ -12,9 +12,8 @@ The JSON Schema Ambassador Program aims to bring JSON Schema closer to both curr ### How does the program work? - The ambassador selection process will be as transparent as possible. -- The model currently in place for adding members to the Technical Steering Committee through PR will be used. -- The TSC or delegated maintainers of community repositories will evaluate applications according to compliance requirements via a traditional PR flow. -- All ambassador information will be displayed on the JSON Schema website in a list after the PR is merged. +- The TSC and existing ambassadors will evaluate applications according to compliance requirements via a traditional PR flow. +- All ambassadors information will be displayed on the JSON Schema website in a list after the PR is merged. ### Ambassador requirements @@ -44,7 +43,7 @@ Examples: ### Ambassador benefits - Invitation to [the JSON Schema organization](https://github.com/orgs/json-schema-org/people). -- Receive a special swag pack for Ambassadors (Swag availability date to be confirmed). +- Receive a special swag pack for Ambassadors (The swag availability date to be confirmed). - Receive additional swag for conference or workshop participants (Swag availability date to be confirmed). - Community-wide recognition. - All our respect for your contributions! @@ -57,6 +56,6 @@ That PR doesn't have to be created by the ambassador candidate; any community me Get on board and become an ambassador! -#### References +#### References and inspiration - [The AsynAPI Ambassadors Program](https://github.com/asyncapi/community/blob/master/AMBASSADOR_ORGANIZATION.md) \ No newline at end of file From 0ae0163137faf5e9e9f0578d31d3409ec522ddeb Mon Sep 17 00:00:00 2001 From: Benjamin Granados <40007659+benjagm@users.noreply.github.com> Date: Tue, 30 Jan 2024 12:34:52 +0100 Subject: [PATCH 13/17] Apply suggestions from code review Co-authored-by: Julian Berman --- programs/ambassadors/ambassadors-program.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/ambassadors/ambassadors-program.md b/programs/ambassadors/ambassadors-program.md index 6f12a878..c5ef775c 100644 --- a/programs/ambassadors/ambassadors-program.md +++ b/programs/ambassadors/ambassadors-program.md @@ -30,8 +30,8 @@ Some clarifications on the type of contributions: Examples: -1. If contributors publish 3 articles and propel 1 initiative about JSON Schema in eight months, they will become ambassadors for the whole year. -2. If contributors make 1 presentation, write 2 articles, and propel 1 initiative, they will become ambassadors for the whole year. +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. ### Ambassadors duties From 8d30666b1f89bc39233e8ecef6fef9ea391e262d Mon Sep 17 00:00:00 2001 From: Benjamin Granados Date: Tue, 30 Jan 2024 12:38:22 +0100 Subject: [PATCH 14/17] Remove the option to join the github org. --- programs/ambassadors/ambassadors-program.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/ambassadors/ambassadors-program.md b/programs/ambassadors/ambassadors-program.md index 6f12a878..0109f73c 100644 --- a/programs/ambassadors/ambassadors-program.md +++ b/programs/ambassadors/ambassadors-program.md @@ -42,7 +42,7 @@ Examples: ### Ambassador benefits -- Invitation to [the JSON Schema organization](https://github.com/orgs/json-schema-org/people). +- Visibility in the JSON Schema Ambassadors page of the JSON Schema website. - Receive a special swag pack for Ambassadors (The swag availability date to be confirmed). - Receive additional swag for conference or workshop participants (Swag availability date to be confirmed). - Community-wide recognition. From b71a2e5397e502d9e5b2a8ce7300efa58343c05e Mon Sep 17 00:00:00 2001 From: Benjamin Granados Date: Tue, 19 Mar 2024 17:27:13 +0100 Subject: [PATCH 15/17] Update ambassadors-program.md --- programs/ambassadors/ambassadors-program.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/programs/ambassadors/ambassadors-program.md b/programs/ambassadors/ambassadors-program.md index ec96156c..967898d0 100644 --- a/programs/ambassadors/ambassadors-program.md +++ b/programs/ambassadors/ambassadors-program.md @@ -5,6 +5,7 @@ This document covers the organizational and operational aspects of the JSON Sche The JSON Schema Ambassador Program aims to bring JSON Schema closer to both current users and potential new project users. It also aims to provide users and community members with the necessary tools and resources to: - Promote collaboration among the JSON Schema ecosystem. +- Promote JSON Schema adoption in other ecosystems. - Engage with the project in some way, either as a contributor, blogger, speaker, etc. - Speak at community events or write technical content (e.g. blog posts) that solves community needs. - Nurture community growth and a welcoming environment to spread knowledge about the project. @@ -52,7 +53,7 @@ Examples: The process of becoming an ambassador is very simple. Go to the **community** repository and open a PR to edit the `ambassadors.json` file. The TSC will then evaluate your candidacy! -That PR doesn't have to be created by the ambassador candidate; any community member may open a PR to submit someone's application to the JSON Schema Ambassador Program. +That PR doesn't have to be created by the ambassador candidate; any community member may open a PR to submit someone's application to the JSON Schema Ambassador Program. In these cases, the first step is to confirm the candidate's interest and once this as been clarified we'll proceed with the standard candidacy evaluation by the TSC. Get on board and become an ambassador! From 8b91d3bcc31d965b14b05c009d67b4a3e3f8d366 Mon Sep 17 00:00:00 2001 From: Benjamin Granados Date: Wed, 22 May 2024 14:52:22 +0200 Subject: [PATCH 16/17] Small changes before merging --- programs/ambassadors/ambassadors-program.md | 2 +- programs/ambassadors/ambassadors.json | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/programs/ambassadors/ambassadors-program.md b/programs/ambassadors/ambassadors-program.md index 967898d0..9a9ba14b 100644 --- a/programs/ambassadors/ambassadors-program.md +++ b/programs/ambassadors/ambassadors-program.md @@ -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 diff --git a/programs/ambassadors/ambassadors.json b/programs/ambassadors/ambassadors.json index 3293127e..29f32766 100644 --- a/programs/ambassadors/ambassadors.json +++ b/programs/ambassadors/ambassadors.json @@ -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" + } + ] } ] \ No newline at end of file From c0391edf9aa02f452bcc0022c6d7eed6688be3a3 Mon Sep 17 00:00:00 2001 From: Benjamin Granados Date: Wed, 22 May 2024 17:24:46 +0200 Subject: [PATCH 17/17] Rename document to improve accesibility --- programs/ambassadors/{ambassadors-program.md => README.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename programs/ambassadors/{ambassadors-program.md => README.md} (100%) diff --git a/programs/ambassadors/ambassadors-program.md b/programs/ambassadors/README.md similarity index 100% rename from programs/ambassadors/ambassadors-program.md rename to programs/ambassadors/README.md