From 699e1afd8085469f8f26da4334e22a49b3073204 Mon Sep 17 00:00:00 2001 From: Mark Lodato Date: Mon, 20 Jun 2022 18:04:31 +0000 Subject: [PATCH] Fix redundant "have" in CONTRIBUTING (#5036) **This Commit** 1. Makes it so the sentence doesn't read "are contributors who have Have actively ..." 2. Makes it so all three bullet points end in punctuation **Notes** Could also remove the leading "Have" from all bullet points and leave it on the previous sentence. That's the least redundant but I guess this is more flexible if we want to add a sentence that doesn't start with "Have" later. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3c7a3029cd1e4..e359130848da3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -74,9 +74,9 @@ He makes the final decision on both design and code changes within Bevy in order In practice, @cart serves as a shockingly accountable dictator: open to new ideas and to changing his mind in the face of compelling arguments or community consensus. Check out the next section for details on how this plays out. -[Bevy Org members](https://github.com/orgs/bevyengine/people) are contributors who have: +[Bevy Org members](https://github.com/orgs/bevyengine/people) are contributors who: -1. Have actively engaged with Bevy development +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!