| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 51da7d2 commit 04032fa
6 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,7 +16,7 @@ resources: | |||
| 16 | 16 | ||
| 17 | 17 | * [Questions tagged 'node.js' on Stack Overflow](https://stackoverflow.com/questions/tagged/node.js) | |
| 18 | 18 | * [#nodejs](https://openjs-foundation.slack.com/archives/CK9Q4MB53) channel on the OpenJS Foundation Slack ([join here](https://slack-invite.openjsf.org/)) | |
| 19 | - * [#node.js channel on chat.freenode.net](https://webchat.freenode.net?channels=node.js&uio=d4) | ||
| 19 | + * [#node.js channel on libera.chat](https://web.libera.chat?channels=node.js&uio=d4) | ||
| 20 | 20 | * [Node.js Slack Community](https://node-js.slack.com/) | |
| 21 | 21 | * To register: [nodeslackers.com](https://www.nodeslackers.com/) | |
| 22 | 22 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -726,7 +726,6 @@ git push upstream master | |||
| 726 | 726 | ### I made a mistake | |
| 727 | 727 | ||
| 728 | 728 | * Ping a TSC member. | |
| 729 | - * `#node-dev` on freenode. | ||
| 730 | 729 | * With `git`, there's a way to override remote trees by force pushing | |
| 731 | 730 | (`git push -f`). This is generally forbidden as it creates conflicts in other | |
| 732 | 731 | people's forks. It is permissible for simpler slip-ups such as typos in commit | |
@@ -735,7 +734,6 @@ git push upstream master | |||
| 735 | 734 | 10-minute period passes, consider the commit final. | |
| 736 | 735 | * Use `--force-with-lease` to reduce the chance of overwriting someone else's | |
| 737 | 736 | change. | |
| 738 | - * Post to `#node-dev` (IRC) if you force push. | ||
| 739 | 737 | ||
| 740 | 738 | ### Long Term Support | |
| 741 | 739 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -51,11 +51,8 @@ help, questions and discussions. | |||
| 51 | 51 | [#nodejs-dev](https://openjs-foundation.slack.com/archives/C019Y2T6STH) for | |
| 52 | 52 | development of Node.js core specifically. | |
| 53 | 53 | ||
| 54 | - Node.js also has two IRC channels: | ||
| 55 | - [#Node.js](https://webchat.freenode.net/?channels=node.js) for general help and | ||
| 56 | - questions, and | ||
| 57 | - [#node-dev](https://webchat.freenode.net/?channels=node-dev) for development of | ||
| 58 | - Node.js core specifically. | ||
| 54 | + Node.js also has an unofficial IRC channel: | ||
| 55 | + [#Node.js](https://web.libera.chat/?channels=node.js). | ||
| 59 | 56 | ||
| 60 | 57 | ## Setting up your local environment | |
| 61 | 58 | ||
@@ -298,8 +295,7 @@ $ git push --force-with-lease origin my-branch | |||
| 298 | 295 | ||
| 299 | 296 | **Important:** The `git push --force-with-lease` command is one of the few ways | |
| 300 | 297 | to delete history in `git`. Before you use it, make sure you understand the | |
| 301 | - risks. If in doubt, you can always ask for guidance in the Pull Request or on | ||
| 302 | - [IRC in the #node-dev channel][]. | ||
| 298 | + risks. If in doubt, you can always ask for guidance in the Pull Request. | ||
| 303 | 299 | ||
| 304 | 300 | If you happen to make a mistake in any of your commits, do not worry. You can | |
| 305 | 301 | amend the last commit (for example if you want to change the commit log). | |
@@ -593,7 +589,6 @@ More than one subsystem may be valid for any particular issue or pull request. | |||
| 593 | 589 | [CI (Continuous Integration) test run]: #ci-testing | |
| 594 | 590 | [Code of Conduct]: https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md | |
| 595 | 591 | [Collaborator Guide]: ../collaborator-guide.md | |
| 596 | - [IRC in the #node-dev channel]: https://webchat.freenode.net?channels=node-dev&uio=d4 | ||
| 597 | 592 | [Onboarding guide]: ../../../onboarding.md | |
| 598 | 593 | [approved]: #getting-approvals-for-your-pull-request | |
| 599 | 594 | [benchmark results]: ../writing-and-running-benchmarks.md | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -128,7 +128,7 @@ Build is essential to make sure that the CI works, release files are published, | |||
| 128 | 128 | and the release blog post is available on the project website. | |
| 129 | 129 | ||
| 130 | 130 | Build can be contacted best by opening up an issue on the [Build issue | |
| 131 | - tracker][], and by posting in `#node-build` on [webchat.freenode.net][]. | ||
| 131 | + tracker][]. | ||
| 132 | 132 | ||
| 133 | 133 | When preparing a security release, contact Build at least two weekdays in | |
| 134 | 134 | advance of the expected release. To ensure that the security patch(es) can be | |
@@ -912,4 +912,3 @@ take place once a new LTS line has been released. | |||
| 912 | 912 | [Snap]: https://snapcraft.io/node | |
| 913 | 913 | [nodejs.org release-post.js script]: https://github.com/nodejs/nodejs.org/blob/HEAD/scripts/release-post.js | |
| 914 | 914 | [nodejs.org repository]: https://github.com/nodejs/nodejs.org | |
| 915 | - [webchat.freenode.net]: https://webchat.freenode.net/ | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -691,13 +691,9 @@ GitHub repository & Issue Tracker: | |||
| 691 | 691 | . | |
| 692 | 692 | .Pp | |
| 693 | 693 | IRC (general questions): | |
| 694 | - .Sy "chat.freenode.net #node.js" | ||
| 694 | + .Sy "libera.chat #node.js" | ||
| 695 | 695 | (unofficial) | |
| 696 | 696 | . | |
| 697 | - .Pp | ||
| 698 | - IRC (Node.js core development): | ||
| 699 | - .Sy "chat.freenode.net #node-dev" | ||
| 700 | - . | ||
| 701 | 697 | .\"====================================================================== | |
| 702 | 698 | .Sh AUTHORS | |
| 703 | 699 | Written and maintained by 1000+ contributors: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -59,12 +59,6 @@ onboarding session. | |||
| 59 | 59 | The project has two venues for real-time discussion: | |
| 60 | 60 | * [`#nodejs-dev`](https://openjs-foundation.slack.com/archives/C019Y2T6STH) on | |
| 61 | 61 | the [OpenJS Foundation](https://slack-invite.openjsf.org/) | |
| 62 | - * `#node-dev` on [webchat.freenode.net](https://webchat.freenode.net/) is a | ||
| 63 | - great place to interact with the TSC and other Collaborators | ||
| 64 | - * If there are any questions after the session, a good place to ask is | ||
| 65 | - there! | ||
| 66 | - * Presence is not mandatory, but please drop a note there if force-pushing | ||
| 67 | - to `master` | ||
| 68 | 62 | ||
| 69 | 63 | ## Project goals & values | |
| 70 | 64 | ||
@@ -185,9 +179,6 @@ The project has two venues for real-time discussion: | |||
| 185 | 179 | `7006` in the `PR_ID`. | |
| 186 | 180 | * The remaining elements on the form are typically unchanged. | |
| 187 | 181 | * If you need help with something CI-related: | |
| 188 | - * Use #node-dev (IRC) to talk to other Collaborators. | ||
| 189 | - * Use #node-build (IRC) to talk to the Build WG members who maintain the CI | ||
| 190 | - infrastructure. | ||
| 191 | 182 | * Use the [Build WG repo](https://github.com/nodejs/build) to file issues | |
| 192 | 183 | for the Build WG members who maintain the CI infrastructure. | |
| 193 | 184 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments