Skip to content
Andrew Xue edited this page Sep 10, 2017 · 11 revisions

Contribution guide

Gameplay

Story

Pull request requirements

  1. Have descriptive variable/method names (long is okay!)
  2. Document any complex methods
  3. Make sure you've included all serializable material into IDTable (The test cases will only pass if you do)
  4. Make all the test cases pass
  5. Only commit the exact files you've changed. (If you add a character in CharacterList, only commit that file's changes)
  6. Have this bracket style

Clone this wiki locally