From 6286ca2dda52bdf1db4bdec89827cb79b0e293a4 Mon Sep 17 00:00:00 2001 From: Stijnus <72551117+Stijnus@users.noreply.github.com> Date: Mon, 23 Dec 2024 00:56:28 +0100 Subject: [PATCH] Create README.md --- app/commit.json | 2 +- .../settings/features/pull-requests/README.md | 31 +++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 app/components/settings/features/pull-requests/README.md 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.