summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-01-30 21:34:18 -0500
committerBen Gamari <ben@smart-cactus.org>2017-01-31 18:50:21 -0500
commitafc05c76c3bd672ce04527c89b29d184e94c8c6d (patch)
treee5ce7f8a8125bba5913e6dcca6184937a7be9dd7
parentcb4b4fe916b0a704ce0c43f263173b12bd9d98ca (diff)
downloadhaskell-afc05c76c3bd672ce04527c89b29d184e94c8c6d.tar.gz
README: Mention acceptability of pull requests
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index a1b2354fc4..59f83bf7e9 100644
--- a/README.md
+++ b/README.md
@@ -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