Copyedit the 'finding support' section

This commit is contained in:
Charles Kerr 2018-04-30 18:11:10 -05:00
parent 37a68aebcf
commit c0dc2d0238

View file

@ -3,10 +3,7 @@
## Finding Support ## Finding Support
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've found a bug in a [supported version](#supported-versions) of Electron,
please report it with the [issue tracker](../development/issues.md).
If you need programming help, If you need programming help,
or want to join in the discussion with other Electron developers, or want to join in the discussion with other Electron developers,
@ -14,11 +11,14 @@ or want to find sample starter applications,
see [these community resources](../../README.md#community). see [these community resources](../../README.md#community).
If you'd like to contribute to Electron, If you'd like to contribute to Electron,
see [contributing.md](../../CONTRIBUTING.md) document. see the [contributing document](../../CONTRIBUTING.md).
If you've found a bug in a [supported version](#supported-versions) of Electron,
please report it with the [issue tracker](../development/issues.md).
## Supported Versions ## Supported Versions
The Electron maintainers support the latest three release branches. The latest three release branches are supported by the Electron team.
For example, if the latest release is 2.0.x, then the 2-0-x series For example, if the latest release is 2.0.x, then the 2-0-x series
is supported, as are the two previous release series 1-7-x and 1-8-x. is supported, as are the two previous release series 1-7-x and 1-8-x.