Files
org.eu.mumulhl.ciyue/CONTRIBUTING.md
T

1.4 KiB

Contributing to Ciyue

Thank you for your interest in contributing to Ciyue!

Developing

  • Make your changes with clear, descriptive commit messages.
  • Ensure your code passes all tests.

Requirements

Using justfile

We use just as a command runner to simplify common development tasks.

If you don't have just installed, follow the installation guide.

Common commands:

$ just build_runner      # Run code generation
$ just make-migrations   # Generate database migrations
$ just icon              # Generate app icons

Build

$ flutter build android
$ flutter build windows
$ flutter build linux

Running

$ flutter run

Translations

We welcome contributions to help translate Ciyue into more languages!

Translate Ciyue on Weblate

Weblate makes it easy to collaborate on translations online. Please do not edit .arb files directly.

Reporting Issues

  • Search existing issues before opening a new one.
  • Provide detailed information to help us reproduce and fix the issue.

Final

We appreciate your contributions!