You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kotatsu/CONTRIBUTING.md

1017 B

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.