Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 590 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (14 loc) · 590 Bytes

Contributing to openrct2-soft-guest-cap-editor

Any contribution to this project is welcome and greatly valued. Contributions can be in the form of bug reports or code additions / changes.

Reporting bugs

To report a bug, you must have a GitHub account. Search the issues page to see if the bug has already been reported. If not, create a new issue and write the steps to reproduce and provide screenshots if possible.

Coding style

Functions should be in the following style:

ThisIsAFunction();

Variables should be in the following style:

thisIsAVariable;