From ca3decf4134df6eb1f0cd309b8d5879845764cab Mon Sep 17 00:00:00 2001
From: timothycarambat <rambat1010@gmail.com>
Date: Fri, 26 Jan 2024 12:44:15 -0800
Subject: [PATCH] fix bug yaml

---
 .github/ISSUE_TEMPLATE/01_bug.yml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/01_bug.yml b/.github/ISSUE_TEMPLATE/01_bug.yml
index 02ff8a442..267225262 100644
--- a/.github/ISSUE_TEMPLATE/01_bug.yml
+++ b/.github/ISSUE_TEMPLATE/01_bug.yml
@@ -5,11 +5,8 @@ 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.
-
-      Want help contributing a PR? Use our repo chatbot by OnboardAI! https://learnthisrepo.com/anythingllm
-  
+      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.\n\nWant help contributing a PR? Use our repo chatbot by OnboardAI! https://learnthisrepo.com/anythingllm"
   - type: dropdown
     id: runtime
     attributes:
-- 
GitLab