mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
CONTRIBUTING/README.md: update links
GitOrigin-RevId: 6905057f851cfacfee3dd7f8d432a7767905c558
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1d9c4aa845
commit
3bbee89ed2
@@ -2,8 +2,8 @@ Contributing to IntelliJ IDEA
|
||||
===
|
||||
|
||||
Opening a PR, please make sure you've read these articles:
|
||||
- [IntelliJ Coding Guidelines](https://www.jetbrains.org/intellij/sdk/docs/basics/intellij_coding_guidelines.html)
|
||||
- [Contribute Code](https://www.jetbrains.org/display/IJOS/Contribute#Contribute-ContributeCode)
|
||||
- [IntelliJ Coding Guidelines](https://plugins.jetbrains.com/docs/intellij/intellij-coding-guidelines.html)
|
||||
- [Contribute Code](https://www.jetbrains.com/opensource/idea/)
|
||||
|
||||
Additionally, you **NEED** to have a signed Contributor License Agreement (CLA) sent to JetBrains before your
|
||||
code can be merged. Please [request it here](https://www.jetbrains.com/agreements/cla/).
|
||||
|
||||
@@ -10,7 +10,7 @@ downloading a zip file (based on a branch) into `<IDEA_HOME>`. The default is th
|
||||
|
||||
The master branch contains the source code which will be used to create the next major version of IntelliJ IDEA. The branch names
|
||||
and build numbers for older releases of IntelliJ IDEA can be found on the page of
|
||||
[Build Number Ranges](http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html).
|
||||
[Build Number Ranges](https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html).
|
||||
|
||||
_**Speed Tip:**_ If the complete repository history isn't needed then using a shallow clone (`git clone --depth 1`) will save significant time.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user