You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Change irc info and maintainers
* afaik ci skip not longer works
* Correct libera url
* Remove logs and add matrix
As we dont know where are the logs for libera, remove them for now
Adding matrix as a way to join the irc room
* Remove whitespace
* Update list of admins
* Consistent upper case
* Address @fgaz suggestion
* Use official web client link
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-7Lines changed: 5 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -130,10 +130,6 @@ Conventions
130
130
131
131
* If you do something tricky or non-obvious, add a comment.
132
132
133
-
* If your commit only touches comments, you can use `[ci skip]`
134
-
anywhere in the body of the commit message to avoid needlessly
135
-
triggering the build bots.
136
-
137
133
* For local imports (Cabal module importing Cabal module), import lists
138
134
are NOT required (although you may use them at your discretion.) For
139
135
third-party and standard library imports, please use either qualified imports
@@ -240,15 +236,17 @@ There are a few main venues of communication:
240
236
* For more organizational concerns, the [mailing
241
237
list](http://www.haskell.org/mailman/listinfo/cabal-devel) is used.
242
238
243
-
* Many developers idle on `#hackage` on `irc.freenode.net` ([archives](http://ircbrowse.net/browse/hackage)). `#ghc` ([archives](http://ircbrowse.net/browse/ghc)) is also a decently good bet.
239
+
* Many developers idle on `#hackage` on [`irc.libera.chat`](https://libera.chat). The `#ghc` channel is also a decently good bet.
240
+
* You can join the channel using a web client, even anonymously: https://web.libera.chat/#hackage
241
+
* Alternatively you can join it using [matrix](https://matrix.org/): https://matrix.to/#/#hackage:libera.chat
244
242
245
243
Releases
246
244
--------
247
245
248
246
Notes for how to make a release are at the
249
247
wiki page ["Making a release"](https://github.com/haskell/cabal/wiki/Making-a-release).
250
-
Currently, @23Skidoo, @rthomas, @tibbeand @dcoutts have access to
251
-
`haskell.org/cabal`, and @davean is the point of contact for getting
248
+
Currently, [@emilypi](https://github.com/emilypi), [@fgaz](https://github.com/fgaz)and [@Mikolaj](https://github.com/Mikolaj) have access to
249
+
`haskell.org/cabal`, and [@Mikolaj](https://github.com/Mikolaj) is the point of contact for getting
0 commit comments