From d0304659b8fc6dd4abf250ebea55d7aa5e0e8d19 Mon Sep 17 00:00:00 2001
From: Saarthak Maini <94912101+SaarthakMaini@users.noreply.github.com>
Date: Sun, 29 Jan 2023 11:02:01 +0530
Subject: [PATCH] Feature: Template For Pull Request Added (#377)

---
 .github/pull_request_template.md | 36 ++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
 create mode 100644 .github/pull_request_template.md

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 000000000..85ee1d8fb
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,36 @@
+### All Submissions:
+
+- [ ] Have you followed the guidelines stated in [CONTRIBUTING.md](https://github.com/pynecone-io/pynecone/blob/main/CONTRIBUTING.md) file?
+- [ ] Have you checked to ensure there aren't any other open [Pull Requests](https://github.com/pynecone-io/pynecone/pulls ) for the desired changed?
+
+<!-- You can erase any parts of this template not applicable to your Pull Request. -->
+
+### Type of change
+
+Please delete options that are not relevant.
+
+- [ ] Bug fix (non-breaking change which fixes an issue)
+- [ ] New feature (non-breaking change which adds functionality)
+- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
+- [ ] This change requires a documentation update
+
+
+### New Feature Submission:
+
+- [ ] Does your submission pass the tests? 
+- [ ] Have you linted your code locally prior to submission?
+
+### Changes To Core Features:
+
+- [ ] Have you added an explanation of what your changes do and why you'd like us to include them?
+- [ ] Have you written new tests for your core changes, as applicable?
+- [ ] Have you successfully ran tests with your changes locally?
+
+### **After** these steps, you're ready to open a pull request.
+
+    a. Give a descriptive title to your PR.
+
+    b. Describe your changes.
+
+    c. Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such).
+