From 2580b3d74c1ea3794e833a1438f5018f741cd6dc Mon Sep 17 00:00:00 2001 From: KshitijAucharmal <39955649+kshitijaucharmal@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:36:15 +0530 Subject: [PATCH] Added section for contributing and links for issues and PRs (#10171) # Objective - Add a header for contributing to make it easier for people new to github for getting started. - Adding links that point to issues and PRs ## Solution - Updated the README.md to show a contributing section under the Community header - Added links in the section to point to issued and PRs --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e527742ad..6fb2e48d90 100644 --- a/README.md +++ b/README.md @@ -48,11 +48,14 @@ Before contributing or participating in discussions with the community, you shou * **[GitHub Discussions](https://github.com/bevyengine/bevy/discussions):** The best place for questions about Bevy, answered right here! * **[Bevy Assets](https://bevyengine.org/assets/):** A collection of awesome Bevy projects, tools, plugins and learning materials. -If you'd like to help build Bevy, check out the **[Contributor's Guide](https://github.com/bevyengine/bevy/blob/main/CONTRIBUTING.md)**. -For simple problems, feel free to open an issue or PR and tackle it yourself! - For more complex architecture decisions and experimental mad science, please open an [RFC](https://github.com/bevyengine/rfcs) (Request For Comments) so we can brainstorm together effectively! +### Contributing + +If you'd like to help build Bevy, check out the **[Contributor's Guide](https://github.com/bevyengine/bevy/blob/main/CONTRIBUTING.md)**. +For simple problems, feel free to [open an issue](https://github.com/bevyengine/bevy/issues) or +[PR](https://github.com/bevyengine/bevy/pulls) and tackle it yourself! + ## Getting Started We recommend checking out [The Bevy Book](https://bevyengine.org/learn/book/introduction) for a full tutorial.