Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.41 KB

CONTRIBUTING.md

File metadata and controls

29 lines (18 loc) · 1.41 KB

Contributing to Electron API Demos

JavaScript Standard Style

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to coc@electronjs.org.

See the documentation for information on how this project works.

Code Style & ES6

This project uses the JavaScript Standard style and limited ES6 syntax.

Because this project is intended for beginners we stick to mostly vanilla JavaScript. One of the features we want illustrate about Electron, however, is that you can use most of ES6 out of the box. To that end, in this project we use these parts of ES6:

Pull Requests and Issues

Tips for making an easier-to-review contribution:

  • Please provide a description.
  • Include screenshots and animated GIFs whenever possible.
  • Use short, present tense commit messages.