mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-02-21 18:28:39 -06:00
Update pull_request_template.md
This commit is contained in:
committed by
GitHub
parent
6188d0c6a0
commit
3eb2fe1ed3
2
.github/pull_request_template.md
vendored
2
.github/pull_request_template.md
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user