diff --git a/.github/ISSUE_TEMPLATE/issue_template.md b/.github/ISSUE_TEMPLATE/issue_template.md
new file mode 100644
index 00000000..9705f211
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/issue_template.md
@@ -0,0 +1,57 @@
+---
+name: 🐞 Bug
+about: File a bug/issue
+title: '[BUG]
'
+labels: Bug, Needs Triage
+assignees: ''
+
+---
+
+## Bug Report
+
+**Describe the Bug:**
+
+
+**To Reproduce:**
+
+
+1. Step 1
+2. Step 2
+3. ...
+
+**Expected Behavior:**
+
+
+**Actual Behavior:**
+
+
+**Screenshots (if applicable):**
+
+
+**Environment:**
+- Noticed gem version:
+- Ruby version:
+- Rails version:
+- Operating System:
+
+**Additional Context:**
+
+
+**Possible Fix:**
+
+
+**Steps to Reproduce with Fix (if available):**
+
+
+**Related Issues:**
+
+
+**Labels to Apply:**
+
+
+**Checklist:**
+
+
+- [ ] I have searched for similar issues and couldn't find any
+- [ ] I have checked the documentation for relevant information
+- [ ] I have included all the required information
\ No newline at end of file
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 00000000..293a0f4f
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,28 @@
+## Pull Request
+
+**Summary:**
+
+
+**Related Issue:**
+
+
+**Description:**
+
+
+**Testing:**
+
+
+**Screenshots (if applicable):**
+
+
+**Checklist:**
+
+
+- [ ] Code follows the project's coding standards
+- [ ] Tests have been added or updated to cover the changes
+- [ ] Documentation has been updated (if applicable)
+- [ ] All existing tests pass
+- [ ] Conforms to the contributing guidelines
+
+**Additional Notes:**
+
\ No newline at end of file