From b87cb08539a557d22f49462e11d9ff316736efcd Mon Sep 17 00:00:00 2001
From: Ankit Mahato <ankmahato@gmail.com>
Date: Sun, 17 Mar 2024 00:49:37 +0530
Subject: [PATCH] Update pull_request_template.md

---
 .github/pull_request_template.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 04873dba..5bdb6ff8 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -9,6 +9,7 @@ _Add your description_
 
 ### Checklist
 - [ ] I have gone through the [contributing guide](https://github.com/foss42/apidash/blob/main/CONTRIBUTING.md)
+- [ ] I have updated my branch and synced it with project `main` branch before making this PR
 - [ ] I have run the tests (`flutter test`) and all tests are passing
 
 ## Added/updated tests?