44 lines
1,011 B
Markdown
44 lines
1,011 B
Markdown
---
|
|
name: 'New Pull-Request'
|
|
about: 'This is the template for a new Pull Request'
|
|
title: 'WIP: '
|
|
ref: 'main'
|
|
labels:
|
|
---
|
|
|
|
## 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 -->
|
|
|