Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 511 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 511 Bytes

How to contribute

Pull requests

You can fork our decompiler on GitHub and then create pull request. Pull request target branch should be dev, as this is main development branch.

GUI vs Library

Make sure library part (libsrc/ffdec_lib) does not depend on GUI and does not contain anything GUI related.

Tests

Make sure existing tests pass.

Translations to other languages

For information about localizations to other languages and how to contribute, see TRANSLATIONS.md file