Changes between Version 65 and Version 66 of WorkingConventions
- Timestamp:
- 12/14/12 06:34:24 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkingConventions
v65 v66 1 = Working conventions for workingon GHC =1 = Working on GHC = 2 2 3 3 GHC is a BSD-licensed open-source project, and we welcome your help in making it better. … … 8 8 Subscribe to the [http://www.haskell.org/mailman/listinfo/cvs-ghc cvs-ghc mailing list]. 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. 9 9 10 Talk to other [wiki:Contributors GHC contributors]. 11 10 12 These pages guide you step-by-step through making a contribution: 11 13 12 * [wiki:WorkingConventions/FixingBugs How to fix a bug in GHC]13 * [wiki:WorkingConventions/AddingFeatures How to add a new feature to GHC]14 * [http://haskell.org/haskellwiki/Library_submissions How to propose a change to the libraries]14 * [wiki:WorkingConventions/FixingBugs Fix a bug in GHC]. 15 * [wiki:WorkingConventions/AddingFeatures Add a new feature to GHC] 16 * [http://haskell.org/haskellwiki/Library_submissions Propose a change to the libraries] 15 17 16 == Conventions ==18 == Working conventions == 17 19 18 20 * '''Using Git''': Our conventions and some useful tips for using git are here: [wiki:WorkingConventions/Git Using Git].
