summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
blob: 25e4bb2a53433bf8d8a24dcdb8a78d4c3e6e19b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Contributing to IntelliJ IDEA
===

Opening a PR, please make sure you've read these articles:
- [IntelliJ Coding Guidelines](http://www.jetbrains.org/display/IJOS/IntelliJ+Coding+Guidelines)
- [Contributor License Agreement](http://www.jetbrains.org/display/IJOS/Contributor+Agreement)
- [Contribute Code](http://www.jetbrains.org/display/IJOS/Contribute#Contribute-ContributeCode)

Additionally, you **NEED** to have a signed CLA sent to JetBrains before your
code can be merged. You can either [sign it electronically](https://www.jetbrains.com/agreements/cla/)
or download one from [Contributor License Agreement](https://www.jetbrains.org/display/IJOS/Contributor+Agreement).

Building the IDE
==

Please read the [README.md](README.md) in order to understand how to build or
run the IDE on your machine.