From d51a87cf2868596dffd7bf9cd0f77a4122165769 Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Tue, 7 Jun 2022 08:14:10 +0000 Subject: [PATCH] Recommend posting new plugins in #crates discord channel (#4956) # Objective - Guide people to the right discord channel to post about their new plugin. #showcase was split into multiple channels. ## Solution - recommend posting in #crates --- docs/plugins_guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins_guidelines.md b/docs/plugins_guidelines.md index 441eecd694..c1a0e26091 100644 --- a/docs/plugins_guidelines.md +++ b/docs/plugins_guidelines.md @@ -113,5 +113,5 @@ Once a crate is published to [crates.io](https://crates.io), there are two badge You can promote your plugin in Bevy's [communities](https://github.com/bevyengine/bevy#community): * Add it as an [Asset on the official website](https://github.com/bevyengine/bevy-assets) -* Announce it on [Discord](https://discord.gg/bevy), in the `#showcase` channel +* Announce it on [Discord](https://discord.gg/bevy), in the `#crates` channel * Announce it on [Reddit](https://reddit.com/r/bevy)