Skip to content

Commit 8b9b6a3

Browse files
ffaf1geekosaurmergify[bot]
authored
Add contributing instructions for gh users (#10913)
* Add contributing instructions for gh users Pull requests generated from `gh` erase the standard contributing template. * Update CONTRIBUTING.md Grammar Co-authored-by: brandon s allbery kf8nh <[email protected]> --------- Co-authored-by: brandon s allbery kf8nh <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 1b301a4 commit 8b9b6a3

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CONTRIBUTING.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,22 @@ and a feature implementation should go in two different pull requests).
375375
This is *especially* important when we decide to backport a pull request
376376
(be it fix or a feature).
377377
378-
Thorough reviews mean less regressions, keeping your pull requests small
378+
Thorough reviews mean fewer regressions, keeping your pull requests small
379379
will improve Cabal codebase quality.
380380
381+
### Pull requests for `gh` users
382+
383+
Are you a [`gh`](https://cli.github.com/) (GitHub’s official command line tool)
384+
user? Input this command to create a pull request:
385+
386+
```
387+
gh pr create --template pull_request_template.md
388+
```
389+
390+
This way you will not erase the
391+
[PR template](https://github.com/haskell/cabal/blob/master/.github/pull_request_template.md)
392+
all contributors use.
393+
381394
## Changelog
382395
383396
Anything that changes `cabal-install:exe:cabal` or changes exports from library

0 commit comments

Comments
 (0)