-- If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/AsamK/signal-cli/issues/new).
- - Be sure to include a **title and clear description**, as much relevant information as possible.
- - Run the failing command with `--verbose` flag to get a more detailed log output and include that in the bug report
+- If you're unable to find an open issue addressing the
+ problem, [open a new one](https://github.com/AsamK/signal-cli/issues/new).
+ - Be sure to include a **title and clear description**, as much relevant information as possible.
+ - Specify the versions of signal-cli, libsignal-client (if self-compiled), JDK and OS you're using
+ - Specify if it's the normal java or the graalvm native version.
+ - Run the failing command with `--verbose` flag to get a more detailed log output and include that in the bug report
+
+# Pull request
+
+- Code style should match the existing code, IntelliJ users can use the auto formatter
+- Separate PRs should be opened for each implemented feature or bug fix