Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 351 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (10 loc) · 351 Bytes

Language

We speak:

  • English
  • Русский

You are welcome to submit issues in any of this languages.

Comments in the code should be written in English.

Principles

Please follow ImageTools principles:

  • Image object is immutable.
  • Methods should always throw exceptions in case of error. Methods mustn't trigger errors or warnings.