robosats/.github/pull_request_template.md

8 lines
419 B
Markdown
Raw Normal View History

2022-09-23 10:28:46 +00:00
## What does this PR do?
Fixes #<ISSUE_NUMBER>
This PR introduces/refactors/...
2022-09-23 10:28:46 +00:00
## Checklist before merging
- [ ] If it's a frontend feature, I have ran prettier `cd frontend; npm run format`. If it's a mobile app feature I ran `cd mobile; npm run format`.
- [ ] If I added new phrases to the user interface, I have ran prettier `cd frontend/static/locales; python collect_phrases.py` to collect them for translation.