Skip to content

Development

Axl Nunez edited this page Jul 24, 2026 · 1 revision

Development

How to work on Moonfin and get changes merged. For setting up a build, see Building from Source.

Developer notes

  • Use Flutter stable and keep dependencies up to date
  • Validate changes with flutter analyze before PRs
  • Test playback and navigation flows on at least one target platform
  • Prefer small, focused commits for easier review

Contributing guidelines

We welcome contributions to Moonfin.

  1. Check existing issues before opening new ones.
  2. Discuss major feature changes before implementation.
  3. Follow existing code style and project conventions.
  4. Test your changes on relevant platforms.
  5. Keep PR scope focused and clearly documented.

Pull request process

  1. Fork the repository.
  2. Create a branch (git checkout -b feature/your-change).
  3. Implement and test your changes.
  4. Run static checks (flutter analyze).
  5. Open a PR with context, screenshots/logs when useful, and test notes.

Translations

Moonfin translations are managed on Weblate at translate.moonfin.io. Translation files under lib/l10n/ are owned by Weblate, so translated strings should be changed there rather than edited directly in a pull request.

Clone this wiki locally