From ac1004b5a2fd9ef6b88902954414335cb15d9a86 Mon Sep 17 00:00:00 2001
From: Andrei Fajardo <92402603+nerdai@users.noreply.github.com>
Date: Sun, 9 Feb 2025 07:32:35 -0500
Subject: [PATCH] pr template (#48)
---
.github/pull_request_template.md | 49 ++++++++++++++++++++++++++++++++
1 file changed, 49 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 0000000..3055b29
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,49 @@
+# [BOOK] `
`
+
+
+
+
+## Type of Change
+
+
+
+- [ ] New Pocket Reference
+- [ ] Edit to Existing Pocket Reference
+- [ ] Other (please describe):
+
+## Related Issue
+
+
+
+Fixes #
+
+## Book
+
+
+
+- [ ] fundamentals
+- [ ] nlp
+- [ ] cv
+- [ ] rl
+- [ ] fl
+- [ ] responsible_ai
+
+## Description
+
+
+
+## Checklist
+
+
+
+- [ ] I have included appropriate contributor tags (`{{#author}}` or `{{#authors}}`)
+- [ ] I have added the reading time preprocessor tag under the title
+- [ ] Content is concise and within 7 minutes reading time
+- [ ] I have included relevant references and further reading links
+- [ ] I have tested locally using `mdbook watch books/ --open`
+- [ ] Pre-commit hooks pass without errors
+- [ ] I have linked to related issues
+
+## Additional Context
+
+