From c53fc986a426db646206a7410ed42c020cdb2ba2 Mon Sep 17 00:00:00 2001
From: LeonOstrez <41999013+LeonOstrez@users.noreply.github.com>
Date: Tue, 1 Oct 2024 19:49:48 +0200
Subject: [PATCH 1/2] Update README.md
---
README.md | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/README.md b/README.md
index 7b8497061..24df917f9 100644
--- a/README.md
+++ b/README.md
@@ -44,16 +44,6 @@
---
-
-
-
![Pythagora-io%2Fgpt-pilot | Trendshift](https://github.com/Pythagora-io/gpt-pilot/assets/10895136/5792143e-77c7-47dd-ad96-6902be1501cd)
-
-
-
-GPT Pilot is the core technology for the [Pythagora VS Code extension](https://bit.ly/3IeZxp6) that aims to provide **the first real AI developer companion**. Not just an autocomplete or a helper for PR messages but rather a real AI developer that can write full features, debug them, talk to you about issues, ask for review, etc.
-
----
-
📫 If you would like to get updates on future releases or just get in touch, join our [Discord server](https://discord.gg/HaqXugmxr9) or you [can add your email here](http://eepurl.com/iD6Mpo). 📬
---
@@ -97,9 +87,6 @@ If you are interested in our learnings during this project, you can check [our l
- **Python 3.9+**
# 🚦How to start using gpt-pilot?
-👉 If you are using VS Code as your IDE, the easiest way to start is by downloading [GPT Pilot VS Code extension](https://bit.ly/3IeZxp6). 👈
-
-Otherwise, you can use the CLI tool.
### If you're new to GPT Pilot:
From d3c706bb1f83addecb975ab9ff02bec07c907007 Mon Sep 17 00:00:00 2001
From: Ikko Eltociear Ashimine
Date: Fri, 4 Oct 2024 00:06:46 +0900
Subject: [PATCH 2/2] chore: update example_project.py
Boostrap -> Bootstrap
---
core/templates/example_project.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/templates/example_project.py b/core/templates/example_project.py
index 2ef8a476d..7936f7718 100644
--- a/core/templates/example_project.py
+++ b/core/templates/example_project.py
@@ -19,7 +19,7 @@
Technical Specification:
- Platform/Technologies: The application is a web application developed using React on frontend and Express on the backend, using SQLite as the database.
-- Styling: Use Bootstrap 5 for a simple and functional interface. Load Boostrap from the CDN (don't install it locally):
+- Styling: Use Bootstrap 5 for a simple and functional interface. Load Bootstrap from the CDN (don't install it locally):
- https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css
- https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js
- State Management: Directly in the React component
@@ -63,7 +63,7 @@
"Upon confirmation, dispatch an action to add the new todo to the state with a default state of open. "
"Ensure the component also updates the local storage with the new list of todos. "
"Finally, use TodoList and AddTodo components in App component to implement the required functionality. "
- "Integrate Boostrap 5 for styling - add CSS/JS to index.html, style App.jsx and other files as appropriate."
+ "Integrate Bootstrap 5 for styling - add CSS/JS to index.html, style App.jsx and other files as appropriate."
),
"status": "todo",
"sub_epic_id": 1,