[commit: ghc] wip/nfs-locking: Add a section on how to contribute (552f617)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:14:24 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/552f6170baba7c06c500ed913d36a89dfec12262/ghc

>---------------------------------------------------------------

commit 552f6170baba7c06c500ed913d36a89dfec12262
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Mon Dec 21 12:25:40 2015 +0000

    Add a section on how to contribute


>---------------------------------------------------------------

552f6170baba7c06c500ed913d36a89dfec12262
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 8c81c13..5d87bc4 100644
--- a/README.md
+++ b/README.md
@@ -31,3 +31,7 @@ $ make inplace/bin/ghc-cabal   # This needs to be fixed
 $ shake-build/build.bat
 ```
 Also see the Building GHC on Windows guide: https://ghc.haskell.org/trac/ghc/wiki/Building/Preparation/Windows.
+
+How to contribute
+-----------------
+The best way to contribute is to try the new build system, report the issues you found, and attempt to fix them. Please note the codebase is very unstable at present and we expect a lot of further refactoring. Before attempting to fix any issue do make sure no one else is already working on it. The documentation is currently non-existent, but we will start addressing this once the codebase stabilises.



More information about the ghc-commits mailing list