Skip to content

Commit 221b103

Browse files
committed
Finish consolidating the finding-support section
1 parent c0dc2d0 commit 221b103

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -89,22 +89,8 @@ Find documentation translations in [electron/i18n](https://github.com/electron/i
8989

9090
## Community
9191

92-
You can ask questions and interact with the community in the following
93-
locations:
94-
- [`electron`](https://discuss.atom.io/c/electron) category on the Atom
95-
forums
96-
- `#atom-shell` channel on Freenode
97-
- [`Atom`](https://atom-slack.herokuapp.com) channel on Slack
98-
- [`electron-ru`](https://telegram.me/electron_ru) *(Russian)*
99-
- [`electron-br`](https://electron-br.slack.com) *(Brazilian Portuguese)*
100-
- [`electron-kr`](https://electron-kr.github.io/electron-kr) *(Korean)*
101-
- [`electron-jp`](https://electron-jp.slack.com) *(Japanese)*
102-
- [`electron-tr`](https://electron-tr.herokuapp.com) *(Turkish)*
103-
- [`electron-id`](https://electron-id.slack.com) *(Indonesia)*
104-
- [`electron-pl`](https://electronpl.github.io) *(Poland)*
105-
106-
Check out [awesome-electron](https://github.com/sindresorhus/awesome-electron)
107-
for a community maintained list of useful example apps, tools and resources.
92+
Info on reporting bugs, getting help, finding third-party tools and sample apps,
93+
and more can be found in the [support document](docs/tutorial/support.md#finding-support).
10894

10995
## License
11096

docs/tutorial/support.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,32 @@
55
If you have a security concern,
66
please see the [security document](../../SECURITY.md).
77

8-
If you need programming help,
9-
or want to join in the discussion with other Electron developers,
10-
or want to find sample starter applications,
11-
see [these community resources](../../README.md#community).
8+
If you're looking for programming help,
9+
for answers to questions,
10+
or to join in discussion with other developers who use Electron,
11+
you can interact with the community in these locations:
12+
- [`electron`](https://discuss.atom.io/c/electron) category on the Atom
13+
forums
14+
- `#atom-shell` channel on Freenode
15+
- [`Atom`](https://atom-slack.herokuapp.com) channel on Slack
16+
- [`electron-ru`](https://telegram.me/electron_ru) *(Russian)*
17+
- [`electron-br`](https://electron-br.slack.com) *(Brazilian Portuguese)*
18+
- [`electron-kr`](https://electron-kr.github.io/electron-kr) *(Korean)*
19+
- [`electron-jp`](https://electron-jp.slack.com) *(Japanese)*
20+
- [`electron-tr`](https://electron-tr.herokuapp.com) *(Turkish)*
21+
- [`electron-id`](https://electron-id.slack.com) *(Indonesia)*
22+
- [`electron-pl`](https://electronpl.github.io) *(Poland)*
1223

1324
If you'd like to contribute to Electron,
1425
see the [contributing document](../../CONTRIBUTING.md).
1526

1627
If you've found a bug in a [supported version](#supported-versions) of Electron,
1728
please report it with the [issue tracker](../development/issues.md).
1829

30+
[awesome-electron](https://github.com/sindresorhus/awesome-electron)
31+
is a community-maintained list of useful example apps,
32+
tools and resources.
33+
1934
## Supported Versions
2035

2136
The latest three release branches are supported by the Electron team.

0 commit comments

Comments
 (0)