Skip to content

Commit

Permalink
Change documentation to point at Matrix rather than IRC. (web-platfor…
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham authored Jun 25, 2021
1 parent afcacf2 commit 751ba87
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 31 deletions.
11 changes: 6 additions & 5 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,12 @@ than others.

## Scope

This Code of Conduct applies within all community spaces, and also applies when
an individual is officially representing the community in public spaces.
Examples of representing our community include official IRC channels (#testing
on irc.w3.org); GitHub repositories under the web-platform-tests organization;
and the [email protected] mailing list.
This Code of Conduct applies within all community spaces, and also
applies when an individual is officially representing the community in
public spaces. Examples of representing our community include
the official Matrix channel (wpt:matrix.org); GitHub repositories under
the web-platform-tests organization; and the [email protected]
mailing list.

There may arise situations where both the WPT code of conduct and that of
another organization (such as the WHATWG or W3C) may apply.
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@ The most important sources of information and activity are:
Internet-enabled browser of their choice
- [wpt.fyi](https://wpt.fyi): an archive of test results collected from an
array of web browsers on a regular basis
- [Real-time chat room](http://irc.w3.org/?channels=testing): the
[IRC](http://www.irchelp.org/) chat room named `#testing` on
[irc.w3.org](https://www.w3.org/wiki/IRC); includes participants located
around the world, but busiest during the European working day; [all
discussion is archived here](https://w3.logbot.info/testing)
- [Real-time chat room](https://app.element.io/#/room/#wpt:matrix.org): the
`wpt:matrix.org` matrix channel; includes participants located
around the world, but busiest during the European working day.
- [Mailing list](https://lists.w3.org/Archives/Public/public-test-infra/): a
public and low-traffic discussion list
- [RFCs](https://github.com/web-platform-tests/rfcs): a repo for requesting
Expand Down
8 changes: 3 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ The most important sources of information and activity are:
Internet-enabled browser of their choice
- [wpt.fyi](https://wpt.fyi): an archive of test results collected from an
array of web browsers on a regular basis
- [Real-time chat room](http://irc.w3.org/?channels=testing): the
[IRC](http://www.irchelp.org/) chat room named `#testing` on
[irc.w3.org](https://www.w3.org/wiki/IRC); includes participants located
around the world, but busiest during the European working day; [all
discussion is archived here](https://w3.logbot.info/testing)
- [Real-time chat room](https://app.element.io/#/room/#wpt:matrix.org): the
`wpt:matrix.org` matrix channel; includes participants located
around the world, but busiest during the European working day.
- [Mailing list](https://lists.w3.org/Archives/Public/public-test-infra/): a
public and low-traffic discussion list

Expand Down
11 changes: 5 additions & 6 deletions docs/running-tests/custom-runner.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ ways to define test types), and hence its behavior should be
considered the canonical definition of how to enumerate tests and find
their type in the repository.

For test execution, please read the documentation for the various test types
very carefully and then check your understanding on
the [mailing list][public-test-infra] or [IRC][] ([webclient][web irc], join
channel `#testing`). It's possible edge-case behavior isn't properly
documented!
For test execution, please read the documentation for the various test
types very carefully and then check your understanding on the [mailing
list][public-test-infra] or [matrix][matrix]. It's possible edge-case
behavior isn't properly documented!

[public-test-infra]: https://lists.w3.org/Archives/Public/public-test-infra/
[IRC]: irc://irc.w3.org:6667/testing
[matrix]: https://app.element.io/#/room/#wpt:matrix.org
[web irc]: http://irc.w3.org
8 changes: 4 additions & 4 deletions docs/writing-tests/general-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ Some test types support other formats:
features])
- [WebDriver specification tests](wdspec) are expressed as Python files

The best way to determine how to format a new test is to look at how similar
tests have been formatted. You can also ask for advice in [the project's IRC
room][IRC].
The best way to determine how to format a new test is to look at how
similar tests have been formatted. You can also ask for advice in [the
project's matrix channel][matrix].


### Character Encoding
Expand Down Expand Up @@ -216,7 +216,7 @@ for CSS have some additional requirements for:
[server features]: server-features
[assumptions]: assumptions
[ahem]: ahem
[IRC]: irc://irc.w3.org:6667/testing
[matrix]: https://app.element.io/#/room/#wpt:matrix.org
[lint-tool]: lint-tool
[css-metadata]: css-metadata
[css-user-styles]: css-user-styles
Expand Down
11 changes: 5 additions & 6 deletions docs/writing-tests/submission-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ We can sometimes take a little while to go through pull requests because we
have to go through all the tests and ensure that they match the specification
correctly. But we look at all of them, and take everything that we can.

Hop on to the [mailing list][public-test-infra] or [IRC][]
([webclient][web irc], join channel `#testing`) if you have an issue. There is
no need to announce your review request, as soon as you make a Pull Request
GitHub will inform interested parties.
Hop on to the [mailing list][public-test-infra] or [matrix
channel][matrix] if you have an issue. There is no need to announce
your review request; as soon as you make a Pull Request, GitHub will
inform interested parties.

## Previews

Expand All @@ -60,5 +60,4 @@ trust the authors not to submit malicious code.
[repo]: https://github.com/web-platform-tests/wpt/
[github flow]: https://guides.github.com/introduction/flow/
[public-test-infra]: https://lists.w3.org/Archives/Public/public-test-infra/
[IRC]: irc://irc.w3.org:6667/testing
[web irc]: http://irc.w3.org
[matrix]: https://app.element.io/#/room/#wpt:matrix.org

0 comments on commit 751ba87

Please sign in to comment.