Skip to content

Commit

Permalink
fix: replace okrs_url with objectives and make it recommended (#1138)
Browse files Browse the repository at this point in the history
Co-authored-by: Quetzalli <alejandra.olvera.novack@gmail.com>%0ACo-authored-by: Lukasz Gornicki <lpgornicki@gmail.com>
  • Loading branch information
fmvilas and derberg authored Apr 15, 2024
1 parent 788d078 commit fa6e206
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions WORKING_GROUPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ The group's name, members, goals, and other relevant information must be added t

A Working Group has no authority or power over the roadmap of the projects they may impact. It's up to the repositories' maintainers (code owners) to approve or reject the pull requests. Therefore, it's advisable to either have maintainers of the impacted projects in the Working Group or ensure everyone agrees on the roadmap of the different repositories/projects.

A Working Group must discuss ideas and solutions in public, and communicate through official channels all relevant discussions and implementations that want to suggest to others.

It is recommended that the Working Group schedules meetings using the methods described at https://github.com/asyncapi/community/blob/master/MEETINGS_ORGANIZATION.md.

Working Groups should be listed on the [AsyncAPI website](https://www.asyncapi.com), along with their description, goals, members, and anything the Working Group wants to include.
5 changes: 3 additions & 2 deletions WORKING_GROUPS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ working_groups:
# 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
# okrs_url: https://example.com/xyz # Required. Link to a GitHub project, issue, or any other tool where the Working Group explains their objectives.
# 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.
- name: Essential Building Blocks
Expand Down Expand Up @@ -40,5 +41,5 @@ working_groups:
- @fmvilas
slack_channel: developer-experience-wg
roadmap_url: https://shapeit.app/projects/org/asyncapi/16
okrs_url: https://github.com/users/Amzani/projects/12/views/1
objectives: https://github.com/users/Amzani/projects/12/views/1
github_team: @asyncapi/developer_experience_wg

0 comments on commit fa6e206

Please sign in to comment.