File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed
Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 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
521The Electron maintainers support the latest three release branches.
@@ -20,10 +36,9 @@ on an unsupported series of Electron, developers can silence the
2036end-of-support warning by omitting the final release from the app's
2137` package.json ` ` devDependencies ` . For example, since the 1-6-x series
2238ended 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
2944Following platforms are supported by Electron:
You can’t perform that action at this time.
0 commit comments