From 7e10205df61c92e155f4bcdbc7dbd7a38d3c182b Mon Sep 17 00:00:00 2001
From: timothycarambat <rambat1010@gmail.com>
Date: Mon, 20 Jan 2025 15:18:26 -0800
Subject: [PATCH] remove greptile link

---
 .github/ISSUE_TEMPLATE/01_bug.yml     | 2 +-
 .github/ISSUE_TEMPLATE/02_feature.yml | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/01_bug.yml b/.github/ISSUE_TEMPLATE/01_bug.yml
index 3b97773e9..582670a08 100644
--- a/.github/ISSUE_TEMPLATE/01_bug.yml
+++ b/.github/ISSUE_TEMPLATE/01_bug.yml
@@ -6,7 +6,7 @@ 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. Want help contributing a PR? Use our repo chatbot by OnboardAI! https://learnthisrepo.com/anythingllm"
+        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.
   - type: dropdown
     id: runtime
     attributes:
diff --git a/.github/ISSUE_TEMPLATE/02_feature.yml b/.github/ISSUE_TEMPLATE/02_feature.yml
index ab2be3abd..89238b59f 100644
--- a/.github/ISSUE_TEMPLATE/02_feature.yml
+++ b/.github/ISSUE_TEMPLATE/02_feature.yml
@@ -9,9 +9,6 @@ body:
         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://learnthisrepo.com/anythingllm
-
-
   - type: textarea
     id: description
     attributes:
-- 
GitLab