Changes between Version 14 and Version 15 of WorkingConventions
- Timestamp:
- 01/02/07 09:46:48 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkingConventions
v14 v15 17 17 We have separate guidelines for proposing changes to standard libraries; see [http://haskell.org/haskellwiki/Library_submissions Library Submissions]. 18 18 19 === Bug fixes===19 === How to submit a bug fix === 20 20 21 21 Bug fixes always extremely welcome. GHC is so large, and is used in such diverse ways by so many people, that we really need your help in fixing bugs, especially those that show up in specialised situations. … … 27 27 * Please ensure that there is a test case in the regression-test suite that shows up the bug, and which is fixed by your patch. This test case should be identified in the "Test Case" field of the Trac report. 28 28 29 === New features===29 === How to submit a patch for a new feature === 30 30 31 31 We welcome your involvement in making GHC able to do more. That said, we think twice before committing new features. Here are some things to bear in mind:
