From 34d377ef3cfd25054242da6877d9dad84ed94896 Mon Sep 17 00:00:00 2001 From: Jeef Date: Tue, 30 Jul 2024 09:17:53 -0600 Subject: [PATCH] Update development_tips.md (#2263) --- docs/development_tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development_tips.md b/docs/development_tips.md index e5492ad5..2bd6b6f7 100644 --- a/docs/development_tips.md +++ b/docs/development_tips.md @@ -24,7 +24,7 @@ The Home Assistant frontend caches aggressively, and as such, the first time you ### Getting additional support -`#devs` and `#devs_core` on the Home Assistant [Discord](https://www.home-assistant.io/join-chat/) server are great places to ask questions. Pro tip: Before you post your question, push the code you are working on into a branch and push that branch somewhere public and paste a link to it along with your question so that the person who is helping you can see your code. Please do NOT paste code blobs into the channel as it's hard to read and hides other questions/discussions. +`#developers` on the Home Assistant [Discord](https://www.home-assistant.io/join-chat/) server are great places to ask questions. Pro tip: Before you post your question, push the code you are working on into a branch and push that branch somewhere public and paste a link to it along with your question so that the person who is helping you can see your code. Please do NOT paste code blobs into the channel as it's hard to read and hides other questions/discussions. If you see a way to improve the developer docs, please pay it forward and submit a PR to update them. See the next tip for more details.