Update pr template with link to migration (#3459)

Add link to docs.
This commit is contained in:
Lucie 2019-07-29 22:57:51 +02:00 коммит произвёл Alan Mooiman
Родитель 6dc6217150
Коммит f14cb918c2
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/pull_request_template.md поставляемый
Просмотреть файл

@ -11,7 +11,7 @@ _Remove unnecessary checks_
**Changes in Models:**
- [ ] Did I update or add new fake data?
- [ ] Did I squash my migration?
- [ ] If my changes are not backward-compatible, did I schedule a deploy with the rest of the team?
- [ ] [Are my changes backward-compatible](https://github.com/mozilla/foundation.mozilla.org/blob/master/docs/workflow.md#django-migrations-what-to-do-when-working-on-backward-incompatible-migrations). If not, did I schedule a deploy with the rest of the team?
**Documentation:**
- [ ] Is my code documented?