-
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?")
- All new text uses translations. If you added any UI text to the Finance.io frontend, ensure it's internationalized
- TypeScript is used with clear, explicit types
- NativeWind/Tailwind CSS is used consistently
- Only approved icon packs and libraries are used
- 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