若要了解更多關於 Electron 開發者或發行版的資訊,或想要開始使用 Electron 開發應用程式,可以參考[快速入門](https://github.com/electron/electron/blob/master/docs-translations/zh-TW/tutorial/quick-start.md)
## 核心成員及貢獻者
Electron 由 GitHub 的專案小組,以及社群中[活躍的貢獻者](https://github.com/electron/electron/graphs/contributors) 共同維護。這些維護者之中有些是個人貢獻,有些是使用 Electron 開發應用程式的大型企業。我們非常樂意將頻繁提出貢獻的貢獻者加入維護者的行列。請參考 [contributing to Electron](https://github.com/electron/electron/blob/master/CONTRIBUTING.md).
## 發行
Electron 對於[發行](https://github.com/electron/electron/releases)這件事是非常頻繁的,每當有重大的錯誤修正,新的API,或是 Chromium、Node.js 有重大更新時我們都會提出新的發行。
### 更新相依性
Electron 在 Chromium 提出新的穩定版本時會提出更新,時間通常為一至兩周,由我們在更新時的開發成果決定.
當 Node.js 提出新的發行版時, Electron 為了讓新版本更穩定,通常會等待一個月後才提出 Electron 的新版本。
在 Electron 中, Node.js and Chromium 共用一個 V8 實例--通常是 Chromium 所使用的版本。在許多時候這 _可以運作_,但有時候需要更新 Node.js.
由於同時高度依賴 Node.js 和 Chromium, Electron 在版本控制上處於一個有點特別的情況,所以不太遵照[ `semver`規範](http://semver.org)。你必須隨時參考一個特定的 Electron 版本。請參考 [Read more about Electron's versioning](https://electron.atom.io/docs/tutorial/electron-versioning/) 或是察看 [versions currently in use](https://electron.atom.io/#electron-versions).
會加入 Electron 的新功能,主要是原生的 APIs。如果某個功能被與它相關的 Node.js 模組所擁有,它在 Electron 中也必須存在。請參考[Electron tools built by the community](https://electron.atom.io/community).