Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Stijnus committed Dec 22, 2024
1 parent e3c63ea commit 6286ca2
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/commit.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "commit": "0d8ae695dd1a6b5d3d4b11adbcf8c7d17fe5cdc7" }
{ "commit": "e3c63eaa8b0850189a89b2dbf329aa4ab66b4c36" }
31 changes: 31 additions & 0 deletions app/components/settings/features/pull-requests/README.md
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.

0 comments on commit 6286ca2

Please sign in to comment.