Skip to content
Snippets Groups Projects
Unverified Commit 8b9b6a3f authored by f-a's avatar f-a Committed by GitHub
Browse files

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's avatarbrandon s allbery kf8nh <allbery.b@gmail.com>

---------

Co-authored-by: Brandon S. Allbery's avatarbrandon s allbery kf8nh <allbery.b@gmail.com>
Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
parent 1b301a40
No related branches found
No related tags found
No related merge requests found
Pipeline #109484 passed
......@@ -375,9 +375,22 @@ and a feature implementation should go in two different pull requests).
This is *especially* important when we decide to backport a pull request
(be it fix or a feature).
Thorough reviews mean less regressions, keeping your pull requests small
Thorough reviews mean fewer regressions, keeping your pull requests small
will improve Cabal codebase quality.
### Pull requests for `gh` users
Are you a [`gh`](https://cli.github.com/) (GitHub’s official command line tool)
user? Input this command to create a pull request:
```
gh pr create --template pull_request_template.md
```
This way you will not erase the
[PR template](https://github.com/haskell/cabal/blob/master/.github/pull_request_template.md)
all contributors use.
## Changelog
Anything that changes `cabal-install:exe:cabal` or changes exports from library
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment