Update pull_request_template.md

This commit is contained in:
Gorkem Cetin (BWL)
2025-05-10 16:49:05 -04:00
committed by GitHub
parent 3eb2fe1ed3
commit 1298e0cade

View File

@@ -18,7 +18,7 @@ Fixes #123
const { t } = useTranslation();
<div>{t('add')}</div>
```
- [ ] I removed all unnecessary files (including `package-lock.json`)
- [ ] I have **not** included any files that are not related to my pull request, including package-lock and package-json if dependencies have not changed
- [ ] 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.