File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -375,9 +375,22 @@ and a feature implementation should go in two different pull requests).
375
375
This is *especially* important when we decide to backport a pull request
376
376
(be it fix or a feature).
377
377
378
- Thorough reviews mean less regressions, keeping your pull requests small
378
+ Thorough reviews mean fewer regressions, keeping your pull requests small
379
379
will improve Cabal codebase quality.
380
380
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
+
381
394
## Changelog
382
395
383
396
Anything that changes `cabal-install:exe:cabal` or changes exports from library
You can’t perform that action at this time.
0 commit comments