From fcaaaabbee3550d083b88c729c476dcafc1b779b Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Thu, 24 Mar 2022 06:47:48 +0100 Subject: [PATCH] docs(development): create Renovate style guide (#14775) --- docs/development/style-guide.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/development/style-guide.md diff --git a/docs/development/style-guide.md b/docs/development/style-guide.md new file mode 100644 index 0000000000..bece048626 --- /dev/null +++ b/docs/development/style-guide.md @@ -0,0 +1,15 @@ +# Renovate style guide + +This document describes the correct style for user-facing text in the: + +- Documentation +- Error and debug messages +- Texts created by the bot in issues and pull requests + +## Use American English + +Set your spell checker to the correct language. + +## Use plain language + +Follow the [Plain language guidelines](https://www.plainlanguage.gov/guidelines/). -- GitLab