diff --git a/.github/ISSUE_TEMPLATE/01_bug.yml b/.github/ISSUE_TEMPLATE/01_bug.yml
index d59f0e521df694766cc571c474e787c08fe4fd2c..3b97773e9aa085cb4c85ad26cdbc50455dd21582 100644
--- a/.github/ISSUE_TEMPLATE/01_bug.yml
+++ b/.github/ISSUE_TEMPLATE/01_bug.yml
@@ -17,6 +17,7 @@ body:
         - Docker (remote machine)
         - Local development
         - AnythingLLM desktop app
+        - All versions
         - Not listed
       default: 0
     validations:
diff --git a/README.md b/README.md
index 88a4f489ac14c713b6518542cc40b59f66f2f8d9..79564201d45f9bb6fbaf5b40b4c0229e07640c60 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,8 @@
 </p>
 
 <p align="center">
-    <b>AnythingLLM: A private ChatGPT to chat with <i>anything!</i></b>. <br />
-    An efficient, customizable, and open-source enterprise-ready document chatbot solution.
+    <b>AnythingLLM: The all-in-one AI app you were looking for.<br />
+    Chat with your docs, use AI Agents, hyper-configurable, multi-user, & no fustrating set up required.
 </p>
 
 <p align="center">
@@ -25,7 +25,7 @@
 </p>
 
 <p align="center">
-👉 AnythingLLM for desktop is in <b>public beta</b>! <a href="https://useanything.com/download" target="_blank"> Download Now</a>
+👉 AnythingLLM for desktop (Mac, Windows, & Linux)! <a href="https://useanything.com/download" target="_blank"> Download Now</a>
 </p>
 
 A full-stack application that enables you to turn any document, resource, or piece of content into context that any LLM can use as references during chatting. This application allows you to pick and choose which LLM or Vector Database you want to use as well as supporting multi-user management and permissions.
@@ -48,7 +48,8 @@ AnythingLLM divides your documents into objects called `workspaces`. A Workspace
 Some cool features of AnythingLLM
 
 - **Multi-user instance support and permissioning**
-- **_New_** [Custom Embeddable Chat widget for your website](./embed/README.md)
+- Agents inside your workspace (browse the web, run code, etc)
+- [Custom Embeddable Chat widget for your website](./embed/README.md)
 - Multiple document type support (PDF, TXT, DOCX, etc)
 - Manage documents in your vector database from a simple UI
 - Two chat modes `conversation` and `query`. Conversation retains previous questions and amendments. Query is simple QA against your documents
@@ -82,9 +83,9 @@ Some cool features of AnythingLLM
 - [AnythingLLM Native Embedder](/server/storage/models/README.md) (default)
 - [OpenAI](https://openai.com)
 - [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service)
-- [LM Studio (all)](https://lmstudio.ai)
 - [LocalAi (all)](https://localai.io/)
 - [Ollama (all)](https://ollama.ai/)
+<!-- - [LM Studio (all)](https://lmstudio.ai) -->
 
 **Supported Transcription models:**
 
diff --git a/pull_request_template.md b/pull_request_template.md
index 1167880b16602ad607ff9ee2ed7878bd87ba2ec6..fc609ba19d509c248e74394b602729104e54683d 100644
--- a/pull_request_template.md
+++ b/pull_request_template.md
@@ -19,12 +19,12 @@ resolves #xxx
 
 ### What is in this change?
 
-Describe the changes in this PR that are impactful to the repo.
+<!-- Describe the changes in this PR that are impactful to the repo. -->
 
 
 ### Additional Information
 
-Add any other context about the Pull Request here that was not captured above.
+<!-- Add any other context about the Pull Request here that was not captured above. -->
 
 ### Developer Validations