-
Notifications
You must be signed in to change notification settings - Fork 1
Pull Request Template
Fabius Schurig edited this page Oct 6, 2025
·
3 revisions
- Bug fix
- New feature
- Refactoring
- Documentation update
- Other (please specify)
- Code has been tested and works as expected (White/ Darkmode)
- Documented Code (Please read your code, think about what might be unclear, and explain your code.)
- Clear Pull Request title and description (Explain "What have you changed?")
- If you added new text to the finance.io frontend, please use translations
- Used TypeScript (Clear Types)
- Used Nativewind / Tailwind
- Use our icon packs and libaries
- Relevant tests have been added or updated
- Documentation has been updated (README, Wiki, etc.)
- Linter/Formatter runs without errors
- Branch is up-to-date with
master/develop