Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 710 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 710 Bytes

MC.JS, the open source Minecraft in Javascript

What?

ANY sort of contribution to the project is appreciated. Visit TODO.md to discover potential features for the project.

Rules

  1. No --force pushes or modifying the Git history in any way.
  2. Non-master branches ought to be used for ongoing work.
  3. Ensure any install or build dependencies are removed before the end of the layer when doing a build.
  4. Commit messages need to follow the conventional commit rules in order to keep the project's consistency.
  5. Contributors should attempt to adhere to the prevailing code-style.