From 5b2c0ca782769559687d51123d52b30677322d06 Mon Sep 17 00:00:00 2001
From: timothycarambat <rambat1010@gmail.com>
Date: Tue, 9 Jan 2024 18:07:41 -0800
Subject: [PATCH] add OnboardAI link

---
 .github/ISSUE_TEMPLATE/01_bug.yml     | 5 ++++-
 .github/ISSUE_TEMPLATE/02_feature.yml | 4 ++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/.github/ISSUE_TEMPLATE/01_bug.yml b/.github/ISSUE_TEMPLATE/01_bug.yml
index 5aa940089..d1ca5aba9 100644
--- a/.github/ISSUE_TEMPLATE/01_bug.yml
+++ b/.github/ISSUE_TEMPLATE/01_bug.yml
@@ -5,7 +5,10 @@ labels: [possible bug]
 body:
   - type: markdown
     attributes:
-      value: Use this template to file a bug report for AnythingLLM. Please be as descriptive as possible to allow everyone to replicate and solve your issue.
+      value: |
+      Use this template to file a bug report for AnythingLLM. Please be as descriptive as possible to allow everyone to replicate and solve your issue.
+
+      Want help contributing a PR? Use our repo chatbot by OnboardAI! https://app.getonboardai.com/chat/github/mintplex-labs/anything-llm
   
   - type: dropdown
     id: runtime
diff --git a/.github/ISSUE_TEMPLATE/02_feature.yml b/.github/ISSUE_TEMPLATE/02_feature.yml
index 7ca0d0c92..77fc3c50f 100644
--- a/.github/ISSUE_TEMPLATE/02_feature.yml
+++ b/.github/ISSUE_TEMPLATE/02_feature.yml
@@ -8,6 +8,10 @@ body:
       value: |
         Share a new idea for a feature or improvement. Be sure to search existing
         issues first to avoid duplicates.
+
+        Want help contributing a PR? Use our repo chatbot by OnboardAI! https://app.getonboardai.com/chat/github/mintplex-labs/anything-llm
+
+
   - type: textarea
     id: description
     attributes: