File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 13
13
const otherSince = "VERSION%20IN%20WHICH%20THE%20ERROR%20CODE%20WAS%20INTRODUCED" ;
14
14
const since = messageNum . substring ( 0 , 4 ) == "GHC-" ? ghcSince : otherSince ;
15
15
const defaultContents = "---%0Atitle%3A%20SHORT%20TITLE%0Asummary%3A%20ONE%20SENTENCE%20SUMMARY%0Aintroduced%3A%20" + since + "%0Aseverity%3A%20CHOOSE%20ONE%3A%20warning%20error%0A---%0A%0APlease%20describe%20the%20meaning%20of%20the%20error%20here%2C%20formatted%20in%20Markdown." ;
16
- const contribURL = "https://github.com/haskellfoundation/error-message-index/new/main/message-index/messages/" + messageNum + "/new ?filename=index.md&value=" + defaultContents ;
16
+ const contribURL = "https://github.com/haskellfoundation/error-message-index/new/main/message-index/messages/" + messageNum + "/?filename=index.md&value=" + defaultContents ;
17
17
18
18
const firstPara = "<p>Message <code>" + messageNum + "</code> is not yet documented here.</p>" ;
19
19
const secondPara "<p>You can help out by documenting it. There are two ways to get started:</p>" ;
You can’t perform that action at this time.
0 commit comments