#15 suppress indentation warning
Merged 4 years ago by pbokoc. Opened 4 years ago by jibecfed.
fedora-docs/ jibecfed/documentation-contributors-guide indent  into  master

@@ -92,8 +92,8 @@ 

  . `git add ''file(s) that you edited''`

  . `git commit`

  . Edit the commit message and quit the editor.

- If your system uses vim as the default editor (which it probably does, unless you changed it), type `i` to enter editing mode.

- When you're done writing your commit message, hit the Escape key, type `:wq`, and hit enter.

+   If your system uses vim as the default editor (which it probably does, unless you changed it), type `i` to enter editing mode.

+   When you're done writing your commit message, hit the Escape key, type `:wq`, and hit enter.

  

  TIP: Good commit messages are helpful when someone (including future you) looks at the commit history to see what was done.

  A good commit message says what the commit does and why.

in the internationalization system of our docs, the tool po4a we use to convert asciidoc files into pot displays three lines of warning for each missing indentation.

most of the time it is cosmetic issues in adoc (like here), but sometimes it's po4a bugs that I want to see
this PR has no impact on your rendering, it is fully cosmetic

Pull-Request has been merged by pbokoc

4 years ago

Metadata Update from @jflory7:
- Pull-request tagged with: type - existing docs

3 years ago

Metadata Update from @jflory7:
- Pull-request tagged with: type - dev tools

3 years ago