Skip to content

Commit a332930

Browse files
committed
add 'finding support' section
1 parent e44b62d commit a332930

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

docs/tutorial/support.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Electron Support
22

3+
## Finding Support
4+
5+
If you have a security concern,
6+
please see the [security document](../../security.md).
7+
8+
If you've found a bug in a [supported version](#supported-versions) of Electron,
9+
please report it with the [issue tracker](../development/issues.md).
10+
11+
If you need programming help,
12+
or want to join in the discussion with other Electron developers,
13+
or want to find sample starter applications,
14+
see [these community resources](../../README.md#community).
15+
16+
If you'd like to contribute to Electron,
17+
see [contributing.md](../../CONTRIBUTING.md) document.
18+
319
## Supported Versions
420

521
The Electron maintainers support the latest three release branches.
@@ -20,10 +36,9 @@ on an unsupported series of Electron, developers can silence the
2036
end-of-support warning by omitting the final release from the app's
2137
`package.json` `devDependencies`. For example, since the 1-6-x series
2238
ended with an end-of-support 1.6.18 release, developers could choose
23-
to stay in the 1-6-x series without warnings with `devDependency of
39+
to stay in the 1-6-x series without warnings with `devDependency` of
2440
`"electron": 1.6.0 - 1.6.17`.
2541

26-
2742
## Supported Platforms
2843

2944
Following platforms are supported by Electron:

0 commit comments

Comments
 (0)