You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
### How to contribute
2
-
If you are not a JetBrains' employee you must sign [Contributor License Agreement](https://www.jetbrains.org/display/IJOS/Contributor+Agreement) first.
2
+
If you are not a JetBrains' employee you must sign [Contributor License Agreement](https://www.jetbrains.com/legal/docs/agreements/cla/) first.
3
3
You may do it [electronically](https://www.jetbrains.com/agreements/cla/). After that send your changes as a pull request or commit them directly to a branch.
4
4
5
5
### Versioning
@@ -31,4 +31,4 @@ the corresponding element is marked as deprecated and then remove it in one of t
31
31
### Retention policy
32
32
No annotation in this package should have `RUNTIME` retention policy. Only `SOURCE` and `CLASS` policy is accepted.
33
33
The `CLASS` policy is preferred. The `SOURCE` policy could be used in rare cases when compilation could not preserve all
34
-
the necessary information (e.g. `@MagicConstant` annotation).
34
+
the necessary information (e.g. `@MagicConstant` annotation).
0 commit comments