From e42c0988eba616902d2fa615adde6d5598b3712a Mon Sep 17 00:00:00 2001 From: 2ne1ugly <47616772+2ne1ugly@users.noreply.github.com> Date: Sun, 15 Jan 2023 05:56:14 +0000 Subject: [PATCH] Add missing discord link in "the_bevy_organization.md" (#7203) # Objective - Add change that was suggested in https://github.com/bevyengine/bevy/pull/7185#pullrequestreview-1248746032 but missed ## Solution - Add the change --- docs/the_bevy_organization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/the_bevy_organization.md b/docs/the_bevy_organization.md index 69aafdcf50..506108987e 100644 --- a/docs/the_bevy_organization.md +++ b/docs/the_bevy_organization.md @@ -67,7 +67,7 @@ Our current Subject Matter Experts: 1. Have actively engaged with Bevy development. 2. Have demonstrated themselves to be polite and welcoming representatives of the project with an understanding of our goals and direction. -3. Have asked to join the Bevy Org. Reach out to @cart on [Discord] or email us at bevyengine@gmail.com if you are interested. Everyone is welcome to do this. We generally accept membership requests, so don't hesitate if you are interested! +3. Have asked to join the Bevy Org. Reach out to @cart on [Discord](https://discord.gg/bevy) or email us at bevyengine@gmail.com if you are interested. Everyone is welcome to do this. We generally accept membership requests, so don't hesitate if you are interested! All Bevy Org members are also Triage Team members. The Triage Team can label and close issues and PRs but do not have merge rights or any special authority within the community. Org members also have the ability to use `bors try`, causing our build system to evaluate the PR again and run additional (more computationally expensive) CI steps to verify that the PR is ready to merge.