Skip to content

Commit b1f0eab

Browse files
committed
updated screenshots
1 parent ace18c0 commit b1f0eab

10 files changed

Lines changed: 4 additions & 4 deletions

File tree

64 KB
Loading
510 KB
Loading
-16.9 KB
Loading
1.17 MB
Loading
155 KB
Loading
-20.8 KB
Loading
54.3 KB
Loading

docs/src/content/docs/guides/stacked-prs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Practical guide for reviewing, merging, and managing stacked pull r
55

66
This guide covers the practical day-to-day experience of working with Stacked PRs — how to review them, how merging works step by step, and how to keep things in sync from the CLI.
77

8-
For an introduction to what stacks are and how GitHub supports them natively, see the [Overview](/gh-stack/introduction/overview/). For a visual walkthrough of the UI, see [Stacked PRs in the GitHub UI](/gh-stack/guides/ui/).
8+
For an introduction to what stacks are and how it works in GitHub, see the [Overview](/gh-stack/introduction/overview/). For a visual walkthrough of the UI, see [Stacked PRs in the GitHub UI](/gh-stack/guides/ui/).
99

1010
## Reviewing Stacked PRs
1111

docs/src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import StackDiagram from '../../components/StackDiagram.astro';
2121
import stackNavigator from '../../assets/screenshots/stack-navigator.png';
2222

2323
<CardGrid>
24-
<Card title="Stacked PRs, Native in GitHub" icon="github">
24+
<Card title="Stacked PRs in GitHub" icon="github">
2525
Arrange pull requests in an ordered stack and merge them all in one click. Each PR represents one focused layer of your change, reviewed independently and landed together.
2626
</Card>
2727
<Card title="Simplified Stack Management" icon="open-book">

docs/src/content/docs/introduction/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Overview
3-
description: What stacked pull requests are, why they matter, and how GitHub supports them natively.
3+
description: What stacked pull requests are and how they work in GitHub.
44
---
55

66
## Why Stacks?
@@ -34,7 +34,7 @@ Each pull request in a stack:
3434

3535
## GitHub Stacked PRs
3636

37-
GitHub supports Stacked PRs natively, combining a rich pull request UI with the `gh stack` CLI to give both authors and reviewers a seamless experience.
37+
Stacked pull requests build on the existing pull request experience in GitHub, allowing authors to group a chain of individual PRs together as a stack. Together with the `gh stack` CLI, authors and reviewers can easily create, modify, navigate, and merge stacks.
3838

3939
### Stack Map in the PR UI
4040

0 commit comments

Comments
 (0)