Skip to content

Commit

Permalink
docs: Remove mention of mailing list (#16869)
Browse files Browse the repository at this point in the history
* docs: Remove mention of mailing list

Removes all mentions of the now-retired mailing list in our
documentation.

* chore: remove mailing list occurences

* review changes

* review changes

* Update docs/src/maintain/manage-issues.md

Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>

---------

Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
  • Loading branch information
amareshsm and nzakas committed Feb 14, 2023
1 parent 43af24a commit 67865a0
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 12 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -16,8 +16,7 @@
[Report Bugs](https://eslint.org/docs/latest/contribute/report-bugs) |
[Code of Conduct](https://eslint.org/conduct) |
[Twitter](https://twitter.com/geteslint) |
[Mailing List](https://groups.google.com/group/eslint) |
[Chat Room](https://eslint.org/chat)
[Discord](https://eslint.org/chat)

ESLint is a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code. In many ways, it is similar to JSLint and JSHint with a few exceptions:

Expand Down Expand Up @@ -129,7 +128,7 @@ Once a language feature has been adopted into the ECMAScript standard (stage 4 a

### Where to ask for help?

Join our [Mailing List](https://groups.google.com/group/eslint) or [Chatroom](https://eslint.org/chat).
Open a [discussion](https://github.com/eslint/eslint/discussions) or stop by our [Discord server](https://eslint.org/chat).

### Why doesn't ESLint lock dependency versions?

Expand Down
1 change: 0 additions & 1 deletion docs/src/_data/links.json
Expand Up @@ -2,7 +2,6 @@
"github": "https://github.com/eslint/eslint",
"twitter": "https://twitter.com/geteslint",
"chat": "https://eslint.org/chat",
"group": "https://groups.google.com/group/eslint",
"mastodon": "https://fosstodon.org/@eslint",
"blog": "/blog",
"docs": "/docs/latest/",
Expand Down
1 change: 0 additions & 1 deletion docs/src/_data/sites/en.yml
Expand Up @@ -74,7 +74,6 @@ footer:
title: Social Media
twitter: Twitter
chat: Discord
mailing_list: Google Group
github: GitHub
mastodon: Mastodon
theme_switcher:
Expand Down
1 change: 0 additions & 1 deletion docs/src/_data/sites/zh-hans.yml
Expand Up @@ -73,7 +73,6 @@ footer:
title: 社交媒体
twitter: Twitter
chat: Discord
mailing_list: Google Group
github: GitHub
theme_switcher:
title: 主题切换
Expand Down
2 changes: 1 addition & 1 deletion docs/src/contribute/report-bugs.md
Expand Up @@ -11,4 +11,4 @@ If you think you've found a bug in ESLint, please [create a new issue](https://g

Please include as much detail as possible to help us properly address your issue. If we need to triage issues and constantly ask people for more detail, that's time taken away from actually fixing issues. Help us be as efficient as possible by including a lot of detail in your issues.

**Note:** If you just have a question that won't necessarily result in a change to ESLint, such as asking how something works or how to contribute, please use the [mailing list](https://groups.google.com/group/eslint) or [chat](https://eslint.org/chat) instead of filing an issue.
**Note:** If you just have a question that won't necessarily result in a change to ESLint, such as asking how something works or how to contribute, please open a [discussion](https://github.com/eslint/eslint/discussions) or stop by our [Discord server](https://eslint.org/chat) instead of filing an issue.
2 changes: 1 addition & 1 deletion docs/src/contribute/request-change.md
Expand Up @@ -21,4 +21,4 @@ If you're requesting a change to a rule, it's helpful to include this informatio

Please include as much detail as possible to help us properly address your issue. If we need to triage issues and constantly ask people for more detail, that's time taken away from actually fixing issues. Help us be as efficient as possible by including a lot of detail in your issues.

**Note:** If you just have a question that won't necessarily result in a change to ESLint, such as asking how something works or how to contribute, please use the [mailing list](https://groups.google.com/group/eslint) or [chat](https://eslint.org/chat) instead of filing an issue.
**Note:** If you just have a question that won't necessarily result in a change to ESLint, such as asking how something works or how to contribute, please open a [discussion](https://github.com/eslint/eslint/discussions) or stop by our [Discord server](https://eslint.org/chat) instead of filing an issue.
2 changes: 1 addition & 1 deletion docs/src/maintain/manage-issues.md
Expand Up @@ -24,7 +24,7 @@ There are four primary issue categories:
1. **Bug** - something isn't working the way it's expected to work.
1. **Enhancement** - a change to something that already exists. For instance, adding a new option to an existing rule or a bug in a rule where fixing it will result in the rule reporting more problems (in this case, use both "Bug" and "Enhancement").
1. **Feature** - adding something that doesn't already exist. For example, adding a new rule, new formatter, or new command line flag.
1. **Question** - an inquiry about how something works that won't result in a code change. We'd prefer if people use the mailing list or chatroom for questions, but sometimes they'll open an issue.
1. **Question** - an inquiry about how something works that won't result in a code change. We'd prefer if people use discussions or Discord for questions, but sometimes they'll open an issue.

The first goal when evaluating an issue is to determine which category the issue falls into.

Expand Down
2 changes: 1 addition & 1 deletion messages/no-config-found.js
Expand Up @@ -10,6 +10,6 @@ ESLint couldn't find a configuration file. To set up a configuration file for th
ESLint looked for configuration files in ${directoryPath} and its ancestors. If it found none, it then looked in your home directory.
If you think you already have a configuration file or if you need more help, please stop by the ESLint chat room: https://eslint.org/chat/help
If you think you already have a configuration file or if you need more help, please stop by the ESLint Discord server: https://eslint.org/chat
`.trimStart();
};
4 changes: 2 additions & 2 deletions packages/eslint-config-eslint/README.md
Expand Up @@ -2,7 +2,7 @@

# ESLint Configuration

[Website](https://eslint.org) | [Configure ESLint](https://eslint.org/docs/latest/use/configure) | [Rules](https://eslint.org/docs/rules/) | [Contributing](https://eslint.org/docs/latest/contribute) | [Twitter](https://twitter.com/geteslint) | [Mailing List](https://groups.google.com/group/eslint) | [Chatroom](https://eslint.org/chat)
[Website](https://eslint.org) | [Configure ESLint](https://eslint.org/docs/latest/use/configure) | [Rules](https://eslint.org/docs/rules/) | [Contributing](https://eslint.org/docs/latest/contribute) | [Twitter](https://twitter.com/geteslint) | [Discord](https://eslint.org/chat) | [Mastodon](https://fosstodon.org/@eslint)

Contains the ESLint configuration used for projects maintained by the ESLint team.

Expand Down Expand Up @@ -32,7 +32,7 @@ In your `.eslintrc` file, add:

### Where to ask for help?

Join our [Mailing List](https://groups.google.com/group/eslint) or [Chatroom](https://eslint.org/chat)
Open a [discussion](https://github.com/eslint/eslint/discussions) or stop by our [Discord server](https://eslint.org/chat) instead of filing an issue.

[npm-image]: https://img.shields.io/npm/v/eslint-config-eslint.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/eslint-config-eslint

0 comments on commit 67865a0

Please sign in to comment.