Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### How to contribute
If you are not a JetBrains' employee you must sign [Contributor License Agreement](https://www.jetbrains.org/display/IJOS/Contributor+Agreement) first.
If you are not a JetBrains' employee you must sign [Contributor License Agreement](https://www.jetbrains.com/legal/docs/agreements/cla/) first.
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.

### Versioning
Expand Down Expand Up @@ -31,4 +31,4 @@ the corresponding element is marked as deprecated and then remove it in one of t
### Retention policy
No annotation in this package should have `RUNTIME` retention policy. Only `SOURCE` and `CLASS` policy is accepted.
The `CLASS` policy is preferred. The `SOURCE` policy could be used in rare cases when compilation could not preserve all
the necessary information (e.g. `@MagicConstant` annotation).
the necessary information (e.g. `@MagicConstant` annotation).