Skip to content

Commit 026a553

Browse files
committed
reformat *.md
1 parent ebba668 commit 026a553

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Changelog
2+
23
All major and minor version changes will be documented in this file. Details of
34
patch-level version changes can be found in [commit messages](../../commits/master).
45

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ See below for the output if you run `licensecheck` in this directory
8686
```
8787

8888
### With metprint
89+
8990
If `metprint` is installed the tables look slightly different (note that the
9091
leftmost symbols are coloured in the terminal)
9192

@@ -277,6 +278,7 @@ format = "json"
277278
```
278279

279280
## Documentation
281+
280282
See the [Docs](/DOCS/) for more information.
281283

282284
## Install With PIP
@@ -290,6 +292,7 @@ Head to https://pypi.org/project/licensecheck/ for more info
290292
## Language information
291293

292294
### Built for
295+
293296
This program has been written for Python versions 3.7 - 3.10 and has been tested with both 3.7 and
294297
3.10
295298

@@ -302,6 +305,7 @@ choco install python
302305
```
303306

304307
### Windows - Python.org
308+
305309
To install Python, go to https://www.python.org/downloads/windows/ and download the latest
306310
version.
307311

@@ -328,6 +332,7 @@ brew install [email protected]
328332
```
329333

330334
### MacOS - Python.org
335+
331336
To install Python, go to https://www.python.org/downloads/macos/ and download the latest
332337
version.
333338

@@ -385,38 +390,45 @@ https://help.github.com/en/desktop/contributing-to-projects/cloning-a-repository
385390
## Community Files
386391

387392
### Licence
393+
388394
MIT License
389395
Copyright (c) FredHappyface
390396
(See the [LICENSE](/LICENSE.md) for more information.)
391397

392398
### Changelog
399+
393400
See the [Changelog](/CHANGELOG.md) for more information.
394401

395402
### Code of Conduct
403+
396404
Online communities include people from many backgrounds. The *Project*
397405
contributors are committed to providing a friendly, safe and welcoming
398406
environment for all. Please see the
399407
[Code of Conduct](https://github.com/FHPythonUtils/.github/blob/master/CODE_OF_CONDUCT.md)
400408
for more information.
401409

402410
### Contributing
411+
403412
Contributions are welcome, please see the
404413
[Contributing Guidelines](https://github.com/FHPythonUtils/.github/blob/master/CONTRIBUTING.md)
405414
for more information.
406415

407416
### Security
417+
408418
Thank you for improving the security of the project, please see the
409419
[Security Policy](https://github.com/FHPythonUtils/.github/blob/master/SECURITY.md)
410420
for more information.
411421

412422
### Support
423+
413424
Thank you for using this project, I hope it is of use to you. Please be aware that
414425
those involved with the project often do so for fun along with other commitments
415426
(such as work, family, etc). Please see the
416427
[Support Policy](https://github.com/FHPythonUtils/.github/blob/master/SUPPORT.md)
417428
for more information.
418429

419430
### Rationale
431+
420432
The rationale acts as a guide to various processes regarding projects such as
421433
the versioning scheme and the programming styles used. Please see the
422434
[Rationale](https://github.com/FHPythonUtils/.github/blob/master/RATIONALE.md)

0 commit comments

Comments
 (0)