forked from stackblitz/bolt.new
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{ "commit": "0d8ae695dd1a6b5d3d4b11adbcf8c7d17fe5cdc7" } | ||
{ "commit": "e3c63eaa8b0850189a89b2dbf329aa4ab66b4c36" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Pull Requests | ||
|
||
View and manage pull requests directly within your development environment. | ||
|
||
## Overview | ||
|
||
The Pull Requests feature allows you to seamlessly interact with your repository's pull requests without leaving your IDE. Stay in your flow while reviewing code, managing PRs, and collaborating with your team. | ||
|
||
## Features | ||
|
||
- View all open pull requests | ||
- Review PR details including title, description, and changes | ||
- Check PR status and review comments | ||
- Manage PR workflow (approve, request changes, merge) | ||
- Quick navigation to PR-related files | ||
|
||
## Getting Started | ||
|
||
1. Enable the Pull Requests feature in the Features tab of your settings | ||
2. Configure your repository access if needed | ||
3. Access pull requests through the dedicated PR panel | ||
|
||
## Requirements | ||
|
||
- Active repository connection | ||
- Appropriate repository permissions | ||
- Git installation | ||
|
||
## Note | ||
|
||
This feature is designed to enhance your development workflow by bringing pull request management directly into your workspace. |