From f14cb918c2b520c522be856fab1a3eb30bafd4d7 Mon Sep 17 00:00:00 2001 From: Lucie Date: Mon, 29 Jul 2019 22:57:51 +0200 Subject: [PATCH] Update pr template with link to migration (#3459) Add link to docs. --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0b6881256..86d959d7b 100644 --- a/.github/pull_request_template.md +++ b/.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?