WIP: Update docs #349

Draft
moritz wants to merge 2 commits from docs/update into main
Owner

Description of the implemented changes

The changes were:

  • Bugfixing
  • New Feature
  • Breaking Change
  • Refactoring

What has been changed?

Definition of Done

Code Quality

  • No new technical depths
  • Linting passed
  • Documentation is added were needed

Accessibility

  • New elements are properly defined with html-tags
  • Colour contrast follows WCAG criteria
  • Aria labels are added when needed
  • Everything is accessible by keyboard
  • Tab-Order is comprehensible
  • All interactive elements have a visible focus

Testing

  • Tests for new code are written
  • All tests pass
  • axe-core dev tools show no critical or major issues

Additional Notes

## Description of the implemented changes The changes were: - [ ] Bugfixing - [ ] New Feature - [ ] Breaking Change - [ ] Refactoring <!--- Describe the goal of the PR in a few words --> ## What has been changed? <!--- List the things you changed --> ## Definition of Done ### Code Quality - [ ] No new technical depths - [ ] Linting passed - [ ] Documentation is added were needed ### Accessibility - [ ] New elements are properly defined with html-tags - [ ] Colour contrast follows WCAG criteria - [ ] Aria labels are added when needed - [ ] Everything is accessible by keyboard - [ ] Tab-Order is comprehensible - [ ] All interactive elements have a visible focus ### Testing - [ ] Tests for new code are written - [ ] All tests pass - [ ] axe-core dev tools show no critical or major issues ## Additional Notes <!--- Add any additional information for the reviewers here -->
moritz self-assigned this 2026-01-13 17:21:32 +01:00
moritz added 1 commit 2026-01-13 17:21:33 +01:00
chore: update docs
All checks were successful
continuous-integration/drone/push Build is passing
913d67b978
moritz force-pushed docs/update from 913d67b978 to 55401eda3a 2026-01-13 22:42:48 +01:00 Compare
moritz added 1 commit 2026-01-13 23:38:25 +01:00
chore: update docs
All checks were successful
continuous-integration/drone/push Build is passing
6a9229c54f
All checks were successful
continuous-integration/drone/push Build is passing
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin docs/update:docs/update
git checkout docs/update

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff docs/update
git checkout docs/update
git rebase main
git checkout main
git merge --ff-only docs/update
git checkout docs/update
git rebase main
git checkout main
git merge --no-ff docs/update
git checkout main
git merge --squash docs/update
git checkout main
git merge --ff-only docs/update
git checkout main
git merge docs/update
git push origin main
Sign in to join this conversation.
No description provided.