Skip to content

Commit cc59881

Browse files
jneiramergify[bot]
andauthored
Update contributing guide (#7848)
* 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>
1 parent 7313c3b commit cc59881

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,6 @@ Conventions
130130

131131
* If you do something tricky or non-obvious, add a comment.
132132

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-
137133
* For local imports (Cabal module importing Cabal module), import lists
138134
are NOT required (although you may use them at your discretion.) For
139135
third-party and standard library imports, please use either qualified imports
@@ -240,15 +236,17 @@ There are a few main venues of communication:
240236
* For more organizational concerns, the [mailing
241237
list](http://www.haskell.org/mailman/listinfo/cabal-devel) is used.
242238

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
244242

245243
Releases
246244
--------
247245

248246
Notes for how to make a release are at the
249247
wiki page ["Making a release"](https://github.com/haskell/cabal/wiki/Making-a-release).
250-
Currently, @23Skidoo, @rthomas, @tibbe and @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
252250
permissions.
253251

254252
API Documentation

0 commit comments

Comments
 (0)