Skip to content

Commit 136dbb3

Browse files
Improve instructions at beginning
1 parent c06de0d commit 136dbb3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

message-index/index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,17 @@ <h2>Welcome</h2>
77
<p>
88
This site describes the various messages that can be returned by
99
GHC, the most-commonly-used Haskell implementation, including both errors and warnings. Beginning with version
10-
X.Y.Z, GHC emits a code with the format <code>[GHC-123]</code> for each
10+
9.6.1, GHC emits a code with the format <code>[GHC-12345]</code> for each
1111
message. These codes can be looked up below for further information.
1212
</p>
1313

14+
<p>
15+
Other Haskell-related tools are welcome to add their own messages to the index. Please contact
16+
<a href="https://haskell.foundation/contact/" target="_blank" rel="noopener noreferrer">the Haskell Foundation</a>
17+
or <a href="https://github.com/haskellfoundation/error-message-index/issues">open an issue</a>
18+
to begin the process.
19+
</p>
20+
1421
<p>
1522
So far, $messageCount$ errors and warnings are documented here.
1623
If you encounter a message that is not yet documented, please

0 commit comments

Comments
 (0)