Skip to content

Commit 1f88475

Browse files
authored
Update CONTRIBUTING.md (#4119)
1 parent 2c7383d commit 1f88475

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

CONTRIBUTING.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@ reported the issue. Please try to include as much information as you can. Detail
2222

2323
### Requirements
2424

25-
* [Java 11](https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/downloads-list.html)
25+
* [Java 17](https://docs.aws.amazon.com/corretto/latest/corretto-17-ug/downloads-list.html)
2626
* [Git](https://git-scm.com/)
27-
* Dotnet Framework (Windows)
27+
* .NET 6
28+
* In theory, you can use a higher version, however we build with .NET 6 in CI
2829
* macOS steps:
2930
```
30-
brew install --cask dotnet-sdk
31+
brew install dotnet@6
3132
```
32-
* It is recommended dotnet version `5.0.403` and `below`. If your dotnet versions were higher, you should refer to this [link](https://github.com/isen-ng/homebrew-dotnet-sdk-versions).
33+
3334
### Instructions
3435
3536
1. Clone the github repository and run `./gradlew :intellij:buildPlugin` <br/> (This will produce a plugin zip under `intellij/build/distributions`)
@@ -156,13 +157,20 @@ If the tests run too quickly, you can tell the UI tests to wait for the debugger
156157
157158
Looking at the existing issues is a great way to find something to contribute on. Any of the [help wanted](https://github.com/aws/aws-toolkit-jetbrains/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) issues is a great place to start.
158159
160+
## Additional References
161+
162+
* https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library
163+
* https://plugins.jetbrains.com/docs/intellij/welcome.html
164+
* https://jetbrains.design/intellij/
165+
* https://www.jetbrains.com/help/resharper/sdk/Rider.html
166+
* https://intellij-support.jetbrains.com/hc/en-us/articles/206544519-Directories-used-by-the-IDE-to-store-settings-caches-plugins-and-logs
167+
159168
## Code of Conduct
160169
161170
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
162171
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
163172
[[email protected]](mailto:[email protected]) with any additional questions or comments.
164173
165-
166174
## Licensing
167175
168176
See the [LICENSE](LICENSE) file for our project's licensing. We will ask you confirm the licensing of your contribution.

0 commit comments

Comments
 (0)