From c5b24ab2e905ad8040a4f74e0d39a5d7a5d2d30f Mon Sep 17 00:00:00 2001 From: Alice Cecile Date: Wed, 16 Jun 2021 16:42:27 -0400 Subject: [PATCH 1/2] Remove complaining link --- .github/contributing/engine_style_guide.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/contributing/engine_style_guide.md b/.github/contributing/engine_style_guide.md index 857bb59428feb..11b059a8bbd2b 100644 --- a/.github/contributing/engine_style_guide.md +++ b/.github/contributing/engine_style_guide.md @@ -1,7 +1,5 @@ # Style guide: Engine -For more advice on contributing to the engine, see the [relevant section](CONTRIBUTING.md#contributing-your-own-ideas) of CONTRIBUTING.md. - 1. Prefer granular imports over glob imports of `bevy::prelude::*` and `bevy::sub_crate::*`. 2. Use a consistent comment style: 1. `///` doc comments belong above `#[derive(Trait)]` invocations. From d816c3cb085d85b7de4785ced95bf79ca10bad25 Mon Sep 17 00:00:00 2001 From: Alice Cecile Date: Wed, 16 Jun 2021 16:43:00 -0400 Subject: [PATCH 2/2] Consistency --- .github/contributing/example_style_guide.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/contributing/example_style_guide.md b/.github/contributing/example_style_guide.md index b74289bfcb6f4..7cb411d346ffa 100644 --- a/.github/contributing/example_style_guide.md +++ b/.github/contributing/example_style_guide.md @@ -1,6 +1,5 @@ # Style guide: Examples -For more advice on writing examples, see the [relevant section](../../CONTRIBUTING.md#writing-examples) of CONTRIBUTING.md. ## Organization