mirror of
https://github.com/PikaMug/Quests.git
synced 2024-12-25 10:38:21 +01:00
Update CONTRIBUTING.md
This commit is contained in:
parent
91cb2c6851
commit
126e531fe2
@ -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
|
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.
|
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
|
` @Override` that override methods of parent classes, or that implement
|
||||||
methods of interfaces.
|
methods of interfaces.
|
||||||
* **Use only spaces for indentation.** Our indents are 4-spaces long, and tabs
|
* **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,
|
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
|
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
|
Checklist
|
||||||
|
Loading…
Reference in New Issue
Block a user