... | ... | @@ -4,20 +4,18 @@ |
|
|
GHC is a BSD-licensed open-source project, and we welcome your help in making it better.
|
|
|
This page has pointers to information you'll need.
|
|
|
|
|
|
- Subscribe to the [ cvs-ghc mailing list](http://www.haskell.org/mailman/listinfo/cvs-ghc). This list gets an email for every commit that is made, and reports generated by the automated nightly builders, and it is also the place to discuss ongoing development of GHC. The list is high volume, so you probably want to at least filter it into a separate folder/label.
|
|
|
|
|
|
First, make sure you are familiar with GHC's [Licensing](licensing). Unless you say otherwise, we will assume that if you submit a contribution to GHC, then you intend to supply it to us under the same license as the existing code. However, we do not ask for copyright attribution; you retain copyright on any contributions you make, so feel free to add your copyright to the top of any file in which you make non-trivial changes.
|
|
|
- [Register an account](/trac/ghc/register) on this GHC Trac, so that you can edit pages. Editing advice is in the "Wiki" links in the green sidebar on the left of every page
|
|
|
|
|
|
- Talk to other [GHC contributors](contributors).
|
|
|
|
|
|
Subscribe to the [ cvs-ghc mailing list](http://www.haskell.org/mailman/listinfo/cvs-ghc). This list gets an email for every commit that is made, and reports generated by the automated nightly builders, and it is also the place to discuss ongoing development of GHC. The list is high volume, so you probably want to at least filter it into a separate folder/label.
|
|
|
- Read the [GHC reading list](reading-list).
|
|
|
|
|
|
- Read the [building guide](building) (link always in the left hand margin) to learn how to build and test GHC.
|
|
|
|
|
|
Talk to other [GHC contributors](contributors).
|
|
|
|
|
|
|
|
|
Read the [GHC reading list](reading-list).
|
|
|
|
|
|
|
|
|
These pages guide you step-by-step through making a contribution:
|
|
|
The following pages guide you step-by-step through making a contribution:
|
|
|
|
|
|
- [Fix a bug in GHC](working-conventions/fixing-bugs). You can see all open bugs by clicking on "All bugs" in the left margin of this page. At the top of the list is a filter you can use to refine your search. Also check out the (currently stalled) [GHC bug sweep](bug-sweep). Perhaps you can un-stall it.
|
|
|
|
... | ... | @@ -43,6 +41,8 @@ These pages guide you step-by-step through making a contribution: |
|
|
- The policy on validating patches, and how to perform validation, is at: [Testing Patches](testing-patches).
|
|
|
- Details about the regression test suite, and how to use it are at: [Running Tests](building/running-tests).
|
|
|
|
|
|
- **Licensing**: make sure you are familiar with GHC's [Licensing](licensing). Unless you say otherwise, we will assume that if you submit a contribution to GHC, then you intend to supply it to us under the same license as the existing code. However, we do not ask for copyright attribution; you retain copyright on any contributions you make, so feel free to add your copyright to the top of any file in which you make non-trivial changes.
|
|
|
|
|
|
## Old stuff
|
|
|
|
|
|
- **Using Darcs**: Our conventions and some useful tips for using darcs are here: [Using Darcs](working-conventions/darcs). |