From a18d9c2789fd1dd3d2df7a13484af159d03b84ff Mon Sep 17 00:00:00 2001 From: Jon Date: Wed, 9 Apr 2025 12:12:16 +0930 Subject: [PATCH] chore: add squash link to pr template ref: #702 --- .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 3ca032cf..63ed0d6b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -20,7 +20,7 @@ - - [ ] **Feature Release ONLY** :red_square: Squash migration files :red_square: + - [ ] **Feature Release ONLY** :red_square: [Squash migration files](https://docs.djangoproject.com/en/5.2/topics/migrations/#squashing-migrations) :red_square: _Multiple migration files created as part of this release are to be sqauashed into a few files as possible so as to limit the number of migrations_ - [ ] :firecracker: Contains breaking-change Any Breaking change(s)?