Skip to content
Snippets Groups Projects
Unverified Commit cc598812 authored by Javier Neira 's avatar Javier Neira Committed by GitHub
Browse files

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: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
parent 7313c3b0
No related branches found
No related tags found
No related merge requests found
...@@ -130,10 +130,6 @@ Conventions ...@@ -130,10 +130,6 @@ Conventions
* If you do something tricky or non-obvious, add a comment. * If you do something tricky or non-obvious, add a comment.
* If your commit only touches comments, you can use `[ci skip]`
anywhere in the body of the commit message to avoid needlessly
triggering the build bots.
* For local imports (Cabal module importing Cabal module), import lists * For local imports (Cabal module importing Cabal module), import lists
are NOT required (although you may use them at your discretion.) For are NOT required (although you may use them at your discretion.) For
third-party and standard library imports, please use either qualified imports third-party and standard library imports, please use either qualified imports
...@@ -240,15 +236,17 @@ There are a few main venues of communication: ...@@ -240,15 +236,17 @@ There are a few main venues of communication:
* For more organizational concerns, the [mailing * For more organizational concerns, the [mailing
list](http://www.haskell.org/mailman/listinfo/cabal-devel) is used. list](http://www.haskell.org/mailman/listinfo/cabal-devel) is used.
* 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. * Many developers idle on `#hackage` on [`irc.libera.chat`](https://libera.chat). The `#ghc` channel is also a decently good bet.
* You can join the channel using a web client, even anonymously: https://web.libera.chat/#hackage
* Alternatively you can join it using [matrix](https://matrix.org/): https://matrix.to/#/#hackage:libera.chat
Releases Releases
-------- --------
Notes for how to make a release are at the Notes for how to make a release are at the
wiki page ["Making a release"](https://github.com/haskell/cabal/wiki/Making-a-release). wiki page ["Making a release"](https://github.com/haskell/cabal/wiki/Making-a-release).
Currently, @23Skidoo, @rthomas, @tibbe and @dcoutts have access to Currently, [@emilypi](https://github.com/emilypi), [@fgaz](https://github.com/fgaz) and [@Mikolaj](https://github.com/Mikolaj) have access to
`haskell.org/cabal`, and @davean is the point of contact for getting `haskell.org/cabal`, and [@Mikolaj](https://github.com/Mikolaj) is the point of contact for getting
permissions. permissions.
API Documentation API Documentation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment