mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-05 02:55:38 +00:00
Info about issue tracker into contributing [ci skip]
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
# How to contribute
|
||||
|
||||
## Bug reporting and feature requests
|
||||
If you encounter a problem in the program, you should report it in our [issue tracker](https://www.free-decompiler.com/flash/issues/).
|
||||
If you want us to implement a new feature in the app, use the issue tracker too.
|
||||
The decompiler is opensource, you can implement the new features by yourself, if you know Java (See below)
|
||||
|
||||
## Pull requests
|
||||
You can fork our decompiler on GitHub and then create pull request.
|
||||
You can fork our decompiler on GitHub, modify FFDec code, and then create pull request.
|
||||
Pull request target branch should be `dev`, as this is main development branch.
|
||||
|
||||
## GUI vs Library
|
||||
@@ -11,4 +16,4 @@ Make sure library part (libsrc/ffdec_lib) does not depend on GUI and does not co
|
||||
Make sure existing tests pass.
|
||||
|
||||
## Translations to other languages
|
||||
For information about localizations to other languages and how to contribute, see [TRANSLATIONS.md](TRANSLATIONS.md) file
|
||||
For information about localizations to other languages and how to contribute, see [TRANSLATIONS.md](TRANSLATIONS.md) file
|
||||
|
||||
Reference in New Issue
Block a user