Skip to content

Contribution Guide

John-Henry Lim edited this page Oct 8, 2022 · 6 revisions

Overview

Just drop a pull request. Thanks.

Code Coverage

Analyzing the diff, these are the main changes (& hence the main parts to maintain):

  • the krita_plugin folder, which contains the krita plugin's code.
    • has to be touched if adding new features/exposing current ones in the GUI.
  • the krita_server folder, which imports and exposes internal API via a REST API.
  • launch.py, which has been modified to launch krita_server.
  • requirements.txt

Clone this wiki locally