Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack committed May 8, 2020
1 parent d76824a commit eb1e07c
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,20 @@

Here's a list of tips and tricks that will help you get started.

### Editor Configuration
For properly configuring your editor, see [this section](https://github.com/chentsulin/electron-react-boilerplate#editor-configuration)
## Ramping Up!

### Committing
* When installing dependencies, make sure to use yarn. Installing with yarn will update the `yarn.lock`file. Make sure to add the differences
#### Important Concepts

* Static Analysis
* ASTs
* Polyfills
* TypeScript
* WebIDL

#### Related Projects

`eslint-plugin-compat` relies on other projects to provide information about web APIs so that it can properly analyze your code. It is recommended that you go [through related projects](https://github.com/amilajack/eslint-plugin-compat#related) and understand each one at a high level.

## Editor Configuration

See [these docs](https://electron-react-boilerplate.js.org/docs/editor-configuration) to make sure your text editor is properly configured.

0 comments on commit eb1e07c

Please sign in to comment.