# AdGuard Home developer guidelines This document was moved to the [AdGuard Code Guidelines repository][repo]. All sections with IDs now only have links to the corresponding files and sections in that repository. ## Git This section was moved to [its own document][git]. ## Go This section was moved to [its own document][go]. ### Code This subsection was moved to the [corresponding section][code] of the Go guidelines document. ### Commenting This subsection was moved to the [corresponding section][cmnt] of the Go guidelines document. ### Formatting This subsection was moved to the [corresponding section][fmt] of the Go guidelines document. ### Naming This subsection was moved to the [corresponding section][name] of the Go guidelines document. ### Testing This subsection was moved to the [corresponding section][test] of the Go guidelines document. ### Recommended Reading This subsection was moved to the [corresponding section][read] of the Go guidelines document. ## Markdown This section was moved to [its own document][md]. ## Shell Scripting This section was moved to [its own document][sh]. ### Shell Conditionals This subsection was moved to the [corresponding section][cond] of the Shell guidelines document. ## Text, Including Comments This section was moved to [its own document][txt]. ## YAML This section was moved to [its own document][yaml]. [cmnt]: https://github.com/AdguardTeam/CodeGuidelines/blob/master/Go/Go.md#commenting [code]: https://github.com/AdguardTeam/CodeGuidelines/blob/master/Go/Go.md#code [cond]: https://github.com/AdguardTeam/CodeGuidelines/blob/master/Go/Shell.md#shell-conditionals [fmt]: https://github.com/AdguardTeam/CodeGuidelines/blob/master/Go/Go.md#formatting [git]: https://github.com/AdguardTeam/CodeGuidelines/blob/master/Go/Git.md [go]: https://github.com/AdguardTeam/CodeGuidelines/blob/master/Go/Go.md [md]: https://github.com/AdguardTeam/CodeGuidelines/blob/master/Go/Markdown.md [name]: https://github.com/AdguardTeam/CodeGuidelines/blob/master/Go/Go.md#naming [read]: https://github.com/AdguardTeam/CodeGuidelines/blob/master/Go/Go.md#recommended-reading [repo]: https://github.com/AdguardTeam/CodeGuidelines [sh]: https://github.com/AdguardTeam/CodeGuidelines/blob/master/Go/Shell.md [test]: https://github.com/AdguardTeam/CodeGuidelines/blob/master/Go/Go.md#testing [txt]: https://github.com/AdguardTeam/CodeGuidelines/blob/master/Go/Text.md [yaml]: https://github.com/AdguardTeam/CodeGuidelines/blob/master/Go/YAML.md