diff --git a/app/commit.json b/app/commit.json index ddbb5e4dc..1d176518d 100644 --- a/app/commit.json +++ b/app/commit.json @@ -1 +1 @@ -{ "commit": "0d8ae695dd1a6b5d3d4b11adbcf8c7d17fe5cdc7" } +{ "commit": "e3c63eaa8b0850189a89b2dbf329aa4ab66b4c36" } diff --git a/app/components/settings/features/pull-requests/README.md b/app/components/settings/features/pull-requests/README.md new file mode 100644 index 000000000..6b520f174 --- /dev/null +++ b/app/components/settings/features/pull-requests/README.md @@ -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.