Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1017 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 1017 Bytes

Kotatsu contribution guidelines

  • If you want to fix bugs or implement new features that already have an issue card: please assign this issue to you and/or comment about it.
  • If you want to implement a new feature: open an issue or discussion regarding it to ensure it will be accepted.
  • Translations have to be managed using the Weblate platform.
  • In case you want to add a new manga source, refer to the parsers repository.

Refactoring or some dev-faces improvements might also be accepted. However, please stick to the following principles:

  • Performance matters. In the case of choosing between source code beauty and performance, performance should be a priority.
  • Please, do not modify readme and other information files (except for typos).
  • Avoid adding new dependencies unless required. APK size is important.