Finish consolidating the finding-support section
This commit is contained in:
parent
c0dc2d0238
commit
221b103721
2 changed files with 21 additions and 20 deletions
18
README.md
18
README.md
|
@ -89,22 +89,8 @@ Find documentation translations in [electron/i18n](https://github.com/electron/i
|
||||||
|
|
||||||
## Community
|
## Community
|
||||||
|
|
||||||
You can ask questions and interact with the community in the following
|
Info on reporting bugs, getting help, finding third-party tools and sample apps,
|
||||||
locations:
|
and more can be found in the [support document](docs/tutorial/support.md#finding-support).
|
||||||
- [`electron`](https://discuss.atom.io/c/electron) category on the Atom
|
|
||||||
forums
|
|
||||||
- `#atom-shell` channel on Freenode
|
|
||||||
- [`Atom`](https://atom-slack.herokuapp.com) channel on Slack
|
|
||||||
- [`electron-ru`](https://telegram.me/electron_ru) *(Russian)*
|
|
||||||
- [`electron-br`](https://electron-br.slack.com) *(Brazilian Portuguese)*
|
|
||||||
- [`electron-kr`](https://electron-kr.github.io/electron-kr) *(Korean)*
|
|
||||||
- [`electron-jp`](https://electron-jp.slack.com) *(Japanese)*
|
|
||||||
- [`electron-tr`](https://electron-tr.herokuapp.com) *(Turkish)*
|
|
||||||
- [`electron-id`](https://electron-id.slack.com) *(Indonesia)*
|
|
||||||
- [`electron-pl`](https://electronpl.github.io) *(Poland)*
|
|
||||||
|
|
||||||
Check out [awesome-electron](https://github.com/sindresorhus/awesome-electron)
|
|
||||||
for a community maintained list of useful example apps, tools and resources.
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
|
@ -5,10 +5,21 @@
|
||||||
If you have a security concern,
|
If you have a security concern,
|
||||||
please see the [security document](../../SECURITY.md).
|
please see the [security document](../../SECURITY.md).
|
||||||
|
|
||||||
If you need programming help,
|
If you're looking for programming help,
|
||||||
or want to join in the discussion with other Electron developers,
|
for answers to questions,
|
||||||
or want to find sample starter applications,
|
or to join in discussion with other developers who use Electron,
|
||||||
see [these community resources](../../README.md#community).
|
you can interact with the community in these locations:
|
||||||
|
- [`electron`](https://discuss.atom.io/c/electron) category on the Atom
|
||||||
|
forums
|
||||||
|
- `#atom-shell` channel on Freenode
|
||||||
|
- [`Atom`](https://atom-slack.herokuapp.com) channel on Slack
|
||||||
|
- [`electron-ru`](https://telegram.me/electron_ru) *(Russian)*
|
||||||
|
- [`electron-br`](https://electron-br.slack.com) *(Brazilian Portuguese)*
|
||||||
|
- [`electron-kr`](https://electron-kr.github.io/electron-kr) *(Korean)*
|
||||||
|
- [`electron-jp`](https://electron-jp.slack.com) *(Japanese)*
|
||||||
|
- [`electron-tr`](https://electron-tr.herokuapp.com) *(Turkish)*
|
||||||
|
- [`electron-id`](https://electron-id.slack.com) *(Indonesia)*
|
||||||
|
- [`electron-pl`](https://electronpl.github.io) *(Poland)*
|
||||||
|
|
||||||
If you'd like to contribute to Electron,
|
If you'd like to contribute to Electron,
|
||||||
see the [contributing document](../../CONTRIBUTING.md).
|
see the [contributing document](../../CONTRIBUTING.md).
|
||||||
|
@ -16,6 +27,10 @@ see the [contributing document](../../CONTRIBUTING.md).
|
||||||
If you've found a bug in a [supported version](#supported-versions) of Electron,
|
If you've found a bug in a [supported version](#supported-versions) of Electron,
|
||||||
please report it with the [issue tracker](../development/issues.md).
|
please report it with the [issue tracker](../development/issues.md).
|
||||||
|
|
||||||
|
[awesome-electron](https://github.com/sindresorhus/awesome-electron)
|
||||||
|
is a community-maintained list of useful example apps,
|
||||||
|
tools and resources.
|
||||||
|
|
||||||
## Supported Versions
|
## Supported Versions
|
||||||
|
|
||||||
The latest three release branches are supported by the Electron team.
|
The latest three release branches are supported by the Electron team.
|
||||||
|
|
Loading…
Add table
Reference in a new issue