mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
18 lines
730 B
Markdown
18 lines
730 B
Markdown
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 download one from [Contributor License Agreement](http://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.
|
|
|