From 9a8349ac7b581729f0547de2af5c005261cb9c67 Mon Sep 17 00:00:00 2001 From: Mateusz Wachowiak Date: Wed, 17 Jan 2024 15:27:28 +0100 Subject: [PATCH] Run markdownlint (#11386) # Objective - Fix formatting in markdown file. ## Solution - Ran `markdownlint -f -c .github/linters/.markdown-lint.yml .` from [CONTRIBUTING.md](https://github.com/bevyengine/bevy/blob/main/CONTRIBUTING.md?plain=1#L341) I came across this when working on `bevy_dev_tools` --- 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 5694febf88..b5e0589f59 100644 --- a/docs/the_bevy_organization.md +++ b/docs/the_bevy_organization.md @@ -61,7 +61,7 @@ Check out the [Bevy People](https://bevyengine.org/community/people/#the-bevy-or 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](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! +3. Have asked to join the Bevy Org. Reach out to @cart on [Discord](https://discord.gg/bevy) or email us at 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.