Commit Graph

7 Commits

Author SHA1 Message Date
Johannes Amorosa 02caed10d1
feat: Use makefile targets for document linting (#215)
This Makefile provides several targets for linting
documents. It utilizes several npm packages.
Functionality includes:

* Spellcheck
* Linting of markdown
* Check for broken links
* Sorting of dictionary file
* Detect inconsidered language

All targets (excluding the sorting of the dict file) are part
of the Github Action pipeline and will fail if quality
standards are not met.

Signed-off-by: Johannes Amorosa <johannes.amorosa@endocode.com>
2020-07-05 15:37:23 +02:00
Sebastian Wolf b90b67dbff
docs: New revision of scoping document (DE,EN) 2020-06-05 15:47:19 +02:00
benekuehn 6819d4ef50
Update scoping_document.md
deleted the apostrophe as requested in pr #150
2020-05-26 14:20:16 +02:00
benekuehn b8786a2823
Update scoping_document.md
Line 77 only wrote "publish pseudonymized warn ID" but has to be "publish pseudonymized warn ID's" as each user will have generated more than one ID during the use of the app, as also stated later in line 156 correctly.
2020-05-26 14:12:36 +02:00
Henning Femmer 1c1bc27229
Made the User stories consistent with User Story Template
The template defined at the beginning was used inconsistently, so I made it consistent. I also used the common Pattern: As a, I want, so that (cf. Mike Cohn: https://www.mountaingoatsoftware.com/agile/user-stories)
2020-05-20 15:41:10 +02:00
Henning Femmer e290ab4451
Replaced <> with &lt; and &gt;
Brackets were read as html tags and not displayed in markdown. I used &lt; and &gt; instead
2020-05-20 15:27:54 +02:00
Sebastian Wolf bdd8f103e6
docs: Add English version of Scoping Document 2020-05-14 19:40:25 +02:00