Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 411 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (11 loc) · 411 Bytes

Contributing to the SSX Decompilation

Commit message formatting

(optional: [ci skip]) Some small commit description here

A longer description of what this commit does,
alongside any description of unrelated changes,
if applicable.

Code formatting

We use clang-format. Pretty much, just make sure you run clang-format on any PR code.

Please also look at the styleguide for naming concerns.