Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 364 Bytes

File metadata and controls

12 lines (9 loc) · 364 Bytes

Contributing to the RustMapEditor

Pull Requests

Contributions are welcome, provided they follow the Coding Conventions below, and are described clearly.

Coding Conventions

  • Methods, Types and properties PascalCase
  • Variables camelCase
  • Public methods XML commented. Params described if not obvious
  • Brackets on new lines
  • No unnecessary whitespace