From 8fa7efaccb825bd30e7863f2824f29dd17c07ef4 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Thu, 15 Oct 2020 14:05:15 -0400 Subject: [PATCH] Add tutorial on submitting doc updates to FAQ section (#15149) --- source/_faq/missing-documentation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_faq/missing-documentation.markdown b/source/_faq/missing-documentation.markdown index 3c5e89e033f..07b00a89b61 100644 --- a/source/_faq/missing-documentation.markdown +++ b/source/_faq/missing-documentation.markdown @@ -4,6 +4,6 @@ description: "The documentation is missing or outdated" ha_category: Documentation --- -Home Assistant is a FAST moving open source project. This means occasionally the official documentation will not be 100% current or complete. Since this is an open source volunteer project, we would encourage anyone who finds gaps in the documentation to click the `edit this page on Github` link in the top right and submit any corrections/enhancements they may find useful. +Home Assistant is a FAST moving open source project. This means occasionally the official documentation will not be 100% current or complete. Since this is an open source volunteer project, we would encourage anyone who finds gaps in the documentation to click the `edit this page on Github` link in the top right and submit any corrections/enhancements they may find useful. A step-by-step guide on how to contribute to the documentation can be found [here](https://community.home-assistant.io/t/editing-the-documentation-and-creating-a-pull-request-on-github/9573). In the absence of information, many users find it beneficial to look at other people's configurations to find examples of what they want to accomplish in their own configurations. The easiest way to find these configurations is through this [GitHub search](https://github.com/search?q=topic%3Ahome-assistant-config&type=Repositories).