Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
Commits
c42f02f2
Unverified
Commit
c42f02f2
authored
1 year ago
by
HonkingGoose
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
docs(style guide): one sentence per line, no punctuation at end of list item (#23660)
parent
6520967a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/development/style-guide.md
+20
-0
20 additions, 0 deletions
docs/development/style-guide.md
with
20 additions
and
0 deletions
docs/development/style-guide.md
+
20
−
0
View file @
c42f02f2
...
@@ -10,6 +10,26 @@ This document describes the correct style for user-facing text in the:
...
@@ -10,6 +10,26 @@ This document describes the correct style for user-facing text in the:
Set your spell checker to the correct language.
Set your spell checker to the correct language.
## One sentence per line
In Markdown files, use one sentence per line.
Like this:
```
markdown
First sentence on one line.
Second sentence on a new line.
And so on.
```
## Avoid punctuation at the end of list items
In Markdown files, avoid punctuation at the end of a list item.
Like this:
```
markdown
-
List item, no punctuation at the end
```
## Use plain language
## Use plain language
Follow the
[
Plain language guidelines
](
https://www.plainlanguage.gov/guidelines/
)
.
Follow the
[
Plain language guidelines
](
https://www.plainlanguage.gov/guidelines/
)
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment