From 126e531fe2aeee752760f0aacc0ff64a55b2646e Mon Sep 17 00:00:00 2001 From: PikaMug <2267126+PikaMug@users.noreply.github.com> Date: Wed, 30 Mar 2022 07:26:05 -0400 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b1452d1fd..bdd5e5005 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ Thank you for your interest in contributing to Quests! We appreciate your effort, but to make sure that the inclusion of your patch is a smooth process, we ask that you make note of the following guidelines. -* **Target Java 16 for source and compilation.** Make sure to mark methods with +* **Target Java 8 for source and compilation.** Make sure to mark methods with ` @Override` that override methods of parent classes, or that implement methods of interfaces. * **Use only spaces for indentation.** Our indents are 4-spaces long, and tabs @@ -30,7 +30,7 @@ Branches ---------------- When submitting a feature or bugfix, base your code on the newest development branch, and PR against that same branch. If such a branch does not exist, base your code -against the `master` branch, and PR against that same branch. +against the `main` branch, and PR against that same branch. Checklist