Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 3.08 KB

CONTRIBUTING.md

File metadata and controls

54 lines (38 loc) · 3.08 KB

Contributing

First off, thank you for contributing to UltraStar Play! It's people like you that make UltraStar Play such a great karaoke game.

Following these guidelines communicates that you respect the efforts of our maintainers who manage and develop this open source project. In return, they will reciprocate that respect in addressing your issues, assessing changes, and helping you finalize your pull requests.

Tip for new contributors: Take a look at https://github.com/firstcontributions/first-contributions for helpful information on contributing

Responsibilities

Community

Quality

  • Take the time to get things right and aim for quality. This usually takes several commits on top of the original pull request.
  • Only contribute working code, no dead code, no "soon to be used" code, and no "will fix it soon" code.
  • No huge methods. Try to reduce complexity. Prefer understandable code over short code.
  • Keep pull requests within reasonable size, preferably one feature at a time.
  • Ensure cross-platform compatibility (Windows, MacOS, Linux, Android, iOS).

License

Documentation

  • Care for documentation. An undocumented feature is often as good as no feature at all.
  • Update the wiki when things change for users.
  • Document your code with comments for other developers.

How to suggest a feature or enhancement?

Visit the chat or issue tracker

Discuss things transparently and get community feedback. Create issues for any major change and enhancement that you wish to make.

How to download and run UltraStar Play from source?

See the wiki page on download and install.

Building for iOS requires additional steps that are explained here.

Repository Folder Structure

See the wiki page on foler structure.

Translations / Localization (L10N) / Internationalization (I18N)

See the wiki page for translations.

Code Style

See the wiki page on code style.

Tests

All tests will run when creating a pull request.

The tests can also be started locally via Unity's Test Runner. Open it via Window > General > Test Runner.

Implementation Specifics

The the wiki page for noteworthy implementation details.