diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-01-30 21:34:18 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-01-31 18:50:21 -0500 |
commit | afc05c76c3bd672ce04527c89b29d184e94c8c6d (patch) | |
tree | e5ce7f8a8125bba5913e6dcca6184937a7be9dd7 /README.md | |
parent | cb4b4fe916b0a704ce0c43f263173b12bd9d98ca (diff) | |
download | haskell-afc05c76c3bd672ce04527c89b29d184e94c8c6d.tar.gz |
README: Mention acceptability of pull requests
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -31,8 +31,7 @@ There are two ways to get a source tree: Note: cloning GHC from Github requires a special setup. See [Getting a GHC repository from Github] [7]. - **DO NOT submit pull request directly to the github repo.** - *See the GHC team's working conventions re [how to contribute a patch to GHC](http://ghc.haskell.org/trac/ghc/wiki/WorkingConventions/FixingBugs).* + *See the GHC team's working conventions regarding [how to contribute a patch to GHC](http://ghc.haskell.org/trac/ghc/wiki/WorkingConventions/FixingBugs).* First time contributors are encouraged to get started by just sending a Pull Request. Building & Installing |