Update pull_request_template.md

This commit is contained in:
Gorkem Cetin (BWL)
2025-05-10 15:23:08 -04:00
committed by GitHub
parent 6188d0c6a0
commit 3eb2fe1ed3

View File

@@ -18,7 +18,7 @@ Fixes #123
const { t } = useTranslation();
<div>{t('add')}</div>
```
- [ ] The issue I am working on is assigned to me.
- [ ] I removed all unnecessary files (including `package-lock.json`)
- [ ] I didn't use any hardcoded values (otherwise it will not scale, and will make it difficult to maintain consistency across the application).
- [ ] I made sure font sizes, color choices etc are all referenced from the theme. I have no hardcoded dimensions.
- [ ] My PR is granular and targeted to one specific feature.