Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 959 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (12 loc) · 959 Bytes

Contributing to ShiroiCutscenes

Before anything, thank you so much for showing interest in contributing!
The project is available on GitHub, you are free (and welcome) to report issues, fork the project, submit pull requests, etc.
Here are some useful links for you:

Submitting changes

All changes should be sent as a GitHub Pull Request with a description of everything you've changed. Please follow our coding conventions when doing so!

Everyone loves descriptions, so please include one in your commits, we don't mind if it's too short or too long, every commit message gets some love here!

Style Guide

We make use of Microsoft's C# style with a few modifications:

  • Brackets should be placed on the end of the line instead of a new line.

And that's pretty much it, happy coding!