[GRASS-git] [OSGeo/grass] 7069dd: standardization of Markdown files (#346)
Ondrej Pesek
noreply at github.com
Mon Feb 17 04:15:17 PST 2020
Branch: refs/heads/master
Home: https://github.com/OSGeo/grass
Commit: 7069dd39d2842aa57f0c48f2caa10eddefd148cb
https://github.com/OSGeo/grass/commit/7069dd39d2842aa57f0c48f2caa10eddefd148cb
Author: Ondrej Pesek <pesej.ondrek at gmail.com>
Date: 2020-02-17 (Mon, 17 Feb 2020)
Changed paths:
M .github/ISSUE_TEMPLATE/bug_report.md
M .github/ISSUE_TEMPLATE/feature_request.md
M CONTRIBUTING.md
M README.md
M doc/howto_release.md
M docker/alpine/README_alpine.md
M docker/debian/README_debian.md
M docker/testdata/README.md
M docker/ubuntu/README_ubuntu.md
M mswindows/external/rbatch/batchfiles.md
M singularity/debian/README_debian.md
Log Message:
-----------
standardization of Markdown files (#346)
* line length 80 characters
* standardize the number of spaces after list markers (=1)
* standardize code blocks (do not mix triple grave accents with hard tabs)(accents chosen)
* headers surrounded by blank lines
* fenced code blocks surrounded by blank lines
* lists surrounded by blank lines
* avoid trailing punctuation in headers
* avoid trailing spaces
* avoid multiple consecutive blank lines
* avoid dollar signs in code blocks when not needed
* avoid bare links (use `<url>` instead)
* minor (HTTPS, missing links) fixes
Co-authored-by: Markus Neteler <neteler at gmail.com>
More information about the grass-commit
mailing list