Skip to content

Commit

Permalink
Rollup merge of rust-lang#22263 - iKevinY:no-mailing-list, r=nikomats…
Browse files Browse the repository at this point in the history
…akis

Removes the link to the rust-dev mailing list in the bug report submission page and also adds the address of the IRC server (`irc.mozilla.org`). Addresses rust-lang#22249.
  • Loading branch information
steveklabnik committed Feb 14, 2015
2 parents 2182feb + c5dba72 commit 911373d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/doc/complement-bugreport.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ $ RUST_BACKTRACE=1 rustc ...

# I submitted a bug, but nobody has commented on it!

This is sad, but does happen sometimes, since we're short-staffed. If you
submit a bug and you haven't received a comment on it within 3 business days,
it's entirely reasonable to either ask on the #rust IRC channel,
or post on the [rust-dev mailing list](https://mail.mozilla.org/listinfo/rust-dev)
to ask what the status of the bug is.
This is sad, but does happen sometimes, since we're short-staffed. If you submit a
bug and you haven't received a comment on it within 3 business days, it's entirely
reasonable to ask about the status of the bug in #rust on irc.mozilla.org.

0 comments on commit 911373d

Please sign in to comment.