Skip to content

Commit

Permalink
chore: improve WORKING_GROUPS.yaml file (#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
smoya authored Apr 22, 2024
1 parent 111bcdd commit d4dfa56
Showing 1 changed file with 84 additions and 25 deletions.
109 changes: 84 additions & 25 deletions WORKING_GROUPS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,41 +5,100 @@
working_groups:
# - name: Required. The name of the working group.
# description: Required. Describe what this working group is about.
# chairperson: Required. GitHub handle of the chairperson. Example: @Barbanio.
# chairperson:
# name: Fran Méndez # Required. Name of the chairperson.
# github: fmvilas # Required. GitHub handle of the chairperson without the @.
# slack: U34F2JRRS # Required. Slack user ID of the chairperson.
# members: # Required to have at least 2 members who are not the same as the chairperson.
# - @fmvilas # GitHub handle of the member.
# slack_channel: # Required. The name of the Slack channel in the AsyncAPI workspace. Example: community_growth_wg
# - name: Sergio Moya # Required. Name of the member.
# github: smoya # Required. GitHub handle of the member without the @.
# slack: UN22ZTLHG # Required. Slack user ID of the member.
# slack:
# channel:
# handle: # Required. The handle of the Slack channel in the AsyncAPI workspace. Recommended pattern: wg-<name-in-kebab-case>. Example: wg-maintainers-growth.
# description: # Recommended. A brief description of the working group to be used in the Slack channel description. If not provided, the wg description will be used.
# topic: # Optional. The topic of the Slack channel.
# group:
# handle: # Optional. The handle of the Slack group in the AsyncAPI workspace. Recommended pattern: wg-<name-in-kebab-case>. Example: maintainers-growth-wg. If not provided, the name of the wg will be used and transformed to follow the recommended pattern. The handle should be unique and not in use by a member, channel, or another group.
# name: # Optional. The name of the Slack group. (If not provided, the name of the group will be autogenerated based on the name of the wg).
# description: # Recommended. The description of the Slack group. (If not provided, the description of the wg will be used).
# objectives: # Recommended. List of sentences outlining the objectives of the working group; or Link to a GitHub project, issue, or any other tool where the Working Group outlines their objectives.
# - The AsyncAPI community grows sustainably.
# roadmap_url: https://example.com/xyz # Recommended. Link to a GitHub project, issue, or any other tool where the Working Group outlines their roadmap.
# github_team: # Recommended. The GitHub team handle to tag all the working group members at once. Example: @asyncapi/community_growth_wg.
# github_team: # Recommended. The GitHub team handle to tag all the working group members at once. Example: maintainers_growth_wg, without @asyncapi/ prefix.
- name: Essential Building Blocks
description: The goal of the Essential Building Blocks Working Group is to provide fundamental building blocks that enable a similar developer experience across languages.
chairperson: @jonaslagoni
chairperson:
name: Jonas Lagoni
github: jonaslagoni
slack: UQ2ANBG1E
members:
- @m-wild
- @lorenzsimon
- @VisualBean
- @Pakisan
- @Souvikns
- @jonaslagoni
- name: Michael Wildman
github: m-wild
slack: UNH2HT346
- name: Lorenz Simon
github: lorenzsimon
slack: U06L7EQQSF2
- name: Alex Wichmann
github: VisualBean
slack: U04C58GB8TF
- name: Pavel Bodiachevskii
github: pakisan
slack: U0132LQU8C9
- name: Souvik De
github: Souvikns
slack: U01SGCZMJKW
slack:
channel:
handle: wg-essential-building-blocks
description: 'The goal of the Essential Building Blocks Working Group is to provide fundamental building blocks that enable a similar developer experience across different languages. GitHub Project: https://github.com/orgs/asyncapi/projects/44'
group:
handle: essential-building-blocks-wg
description: Essential Building Blocks Working Group
slack_channel: essential-building-blocks-wg
roadmap_url: https://github.com/orgs/asyncapi/projects/44
github_team: @asyncapi/essential_building_blocks_wg
okrs_url: https://github.com/orgs/asyncapi/projects/44
github_team: essential_building_blocks_wg
objectives:
- https://github.com/orgs/asyncapi/projects/44
- name: Developer Experience
description: The goal of this group is to empower AsyncAPI user journey trough intuitive onboarding, tools, and a frictionless experience.
chairperson: @Amzani
chairperson:
name: Samir Amzani
github: amzani
slack: U01N6AW5V5G
members:
- @Pakisan
- @KhudaDad414
- @ivangsa
- @peter-rr
- @Shurtu-gal
- @princerajpoot20
- @Mayaleeeee
- @fmvilas
slack_channel: developer-experience-wg
- name: Pavel Bodiachevskii
github: pakisan
slack: U0132LQU8C9
- name: Khuda Dad Nomani
github: KhudaDad414
slack: U01RVRD1TCL
- name: Iván García Sainz-Aja
github: ivangsa
slack: UTCN3ET4M
- name: Pedro Ramos
github: peter-rr
slack: U01TP1KJV1R
- name: Ashish Padhy
github: Shurtu-gal
slack: U0572R8J927
- name: Prince Rajpoot
github: princerajpoot20
slack: U04STTQHV18
- name: Aishat Muibudeen
github: Mayaleeeee
slack: U03CNHGEUR1
- name: Fran Méndez
github: fmvilas
slack: U34F2JRRS
slack:
channel:
handle: wg-developer-experience
description: 'The goal of this group is to empower AsyncAPI user journey trough intuitive onboarding, tools, and a frictionless experience.'
topic: 'Current Roadmap: https://shapeit.app/projects/org/asyncapi/16/cycles/ceb40c9d?issue=I_kwDOLQFNzc5-xigF'
group:
handle: wg-dx
roadmap_url: https://shapeit.app/projects/org/asyncapi/16
objectives: https://github.com/users/Amzani/projects/12/views/1
github_team: @asyncapi/developer_experience_wg
objectives:
- https://github.com/users/Amzani/projects/12/views/1
github_team: developer_experience_wg

0 comments on commit d4dfa56

Please sign in to comment.