mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00

* chore: add markdownlint-cli2 and config for mkdocs * style: enforce linting rules on mkdocs md files * chore: tweaks to markdownlint rules * style: linting changelog * style: linting release notes * style: linting .github md files * style: further linting of docs * style: linting readmes * chore: update linting script entries * docs: tweak release after rebase * chore: simplify root md linting config * chore: extend base config * chore: implement requested changes * chore: remove unnecessary exception * chore: fix comment type * styling: single config + list spacing * chore: implement requested changes * chore: use .cjs files for markdownlint config * chore: implement requested changes
24 lines
1.1 KiB
Markdown
24 lines
1.1 KiB
Markdown
#### 📁 Related issues
|
|
|
|
<!--
|
|
Reference any relevant issues here. Closing keywords only have an effect when targeting the main branch. If there are no related issues, you must first create an issue through https://github.com/CommunitySolidServer/CommunitySolidServer/issues/new/choose
|
|
-->
|
|
|
|
#### ✍️ Description
|
|
|
|
<!-- Describe the relevant changes in this PR. Also add notes that might be relevant for code reviewers. -->
|
|
|
|
### ✅ PR check list
|
|
|
|
Before this pull request can be merged, a core maintainer will check whether
|
|
|
|
* [ ] this PR is labeled with the correct semver label
|
|
* semver.patch: Backwards compatible bug fixes.
|
|
* semver.minor: Backwards compatible feature additions.
|
|
* semver.major: Breaking changes. This includes changing interfaces or configuration behaviour.
|
|
* [ ] the correct branch is targeted. Patch updates can target main, other changes should target the latest versions/* branch.
|
|
* [ ] the RELEASE_NOTES.md document in case of relevant feature or config changes.
|
|
* [ ] any relevant documentation was updated to reflect the changes in this PR.
|
|
|
|
<!-- Try to check these to the best of your abilities before opening the PR -->
|