Skip to content

Commit b03ca7d

Browse files
authored
docs: update README (#639)
1 parent b33c1f7 commit b03ca7d

File tree

1 file changed

+15
-18
lines changed

1 file changed

+15
-18
lines changed

README.md

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,24 @@
1-
# Mergify CLI - Stacked Pull Request Automation
1+
# Mergify CLI
22

33
## Introduction
44

5-
Mergify CLI is a powerful tool designed to simplify and automate the creation and management of stacked pull requests on GitHub.
5+
Mergify CLI is a powerful tool designed to simplify and automate the creation
6+
and management of stacked pull requests on GitHub as well as handling CI
7+
results upload.
68

7-
Before diving into its functionalities, let's grasp the concept of stacked pull requests and why they matter in the [documentation](https://docs.mergify.com/stacked_prs/#understanding-stacked-pull-requests).
9+
### Stacks
810

9-
## Documentation
11+
Before diving into its functionalities, let's grasp the concept of stacked pull
12+
requests and why they matter in the
13+
[documentation](https://docs.mergify.com/stacks/).
1014

11-
- [Setting up stacked PR automation in a repository](https://docs.mergify.com/stacks/#setting-up-mergify-cli)
12-
- [Creating and managing your PR stack](https://docs.mergify.com/stacks/#creating-stacked-pull-requests)
15+
### CI
1316

14-
## Contributing
15-
16-
We welcome and appreciate contributions from the open-source community to make this project better. Whether you're a developer, designer, tester, or just someone with a good idea, we encourage you to get involved.
17-
18-
### How to
17+
You can learn more about [CI Insights in the
18+
documentation](https://docs.mergify.com/ci-insights/).
1919

20-
1. Fork the repository to your GitHub account.
21-
2. Clone your forked repository to your local machine.
22-
23-
```bash
24-
git clone https://github.com/your-username/your-fork.git
25-
```
20+
## Contributing
2621

27-
3. Push changes to your fork and submit your pull requests.
22+
We welcome and appreciate contributions from the open-source community to make
23+
this project better. Whether you're a developer, designer, tester, or just
24+
someone with a good idea, we encourage you to get involved.

0 commit comments

Comments
 (0)