Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/learn/contribute/helping-out/how-you-can-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Interested in reviewing, but don't know where to start? Check out [Reviewing Pul

## Joining a Working Group

Bevy's active initiatives are organized into *temporary working groups*: public, open-membership teams where people work together to tackle a sizeable, well-scoped goal. Each working group coordinates through a dedicated forum-channel on [Discord], but they may also create issues or use project boards to organize and track their progress.
Bevy's active initiatives are organized into *temporary working groups*: public, open-membership teams where people work together to tackle a sizeable, well-scoped goal. Each working group coordinates through a [dedicated forum-channel](https://discord.com/channels/691052431525675048/1235758970703188008) on [Discord], but they may also create issues or use project boards to organize and track their progress.

You should consider joining a working group if you're interested in contributing, but don't know where to start or what to work on. Choosing one and asking how to help can be a fantastic way to get up to speed and be immediately useful.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ This is the primary review step: Maintainers and SMEs should be broadly patient
## Implement The Design Doc

With a sign-off in hand, post the design doc to [GitHub Discussions](https://github.com/Bevyengine/Bevy/discussions) with the [`C-Design-Doc` label](https://github.com/Bevyengine/Bevy/discussions?discussions_q=is%3Aopen+label%3A%22C-Design+Doc%22) for archival purposes and begin work on implementation.
Post PRs that you need review on in your group's forum thread, ask for advice, and share the load.
Controversial PRs are still `X-Controversial`, but with a sign-off-in-priniciple, things should go more smoothly.
Post PRs that you need reviews on in your group's forum thread, ask for advice, and share the load.
Controversial PRs are still `X-Controversial`, but with a sign-off-in-principle, things should go more smoothly.

If work peters out and the initiative dies, Maintainers can wind down working groups (in consultation with SMEs and the working group itself).
This is normal and expected— projects fail for all sorts of reasons!
Expand Down