mitgliederverwaltung/.forgejo/pull_request_template.md
carla 6874fadbb9
All checks were successful
continuous-integration/drone/push Build is passing
chore: added PR and issue templates
2025-08-11 14:05:48 +02:00

1,011 B

name about title ref labels
New Pull-Request This is the template for a new Pull Request WIP: main

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