From c6271c5355e7db95c73e0304147dfc08ca345fad Mon Sep 17 00:00:00 2001 From: DCoded <dicoded@email.com> Date: Fri, 3 Jun 2022 08:55:22 -0400 Subject: [PATCH] Changed Oracle JDK to OpenJDK --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 84a46444dfc..cfd3905dfdd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ To effectively work on the project the following tools are required: * [Git](https://git-scm.com) * [Node.js](https://nodejs.org/en/) or another npm client * a code editor. [VSCode](https://code.visualstudio.com/) is a popular option. -* [Java Runtime Environment](https://www.java.com/en/download/manual.jsp), minimum JRE8 +* [Java Runtime Environment](https://jdk.java.net/18/), minimum JRE8 ### Setting everything up @@ -41,7 +41,7 @@ compiling for playing the game. ## Code style Generally the code style is based on our `.eslintrc.json`. If your IDE has an auto format feature it can often read the -rules from `.eslintrc.json`. +rules from `.eslintrc.json`. Be sure to run `npm run lint` in the console before committing and pushing your changes. ### Documentation -- GitLab