Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 328 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (6 loc) · 328 Bytes

Methane Contribution Guide

The guidelines are pretty simple, there are just a few things you should follow:

  • make sure to comment on your code so it's readable.
  • try not to rely too heavily on the Fabric API.
  • try to seperate your own code into different classes and/or packages for further clarity.

Happy programming!