X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/17d6b256e86223f356d6d73916bc0798c9c52214..cfc2d473eb8f3ff95e1d13be344ed57003818341:/CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0bc3167a..e250e745 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,4 +5,9 @@ If you have a question you can ask it in the [GitHub discussions page](https://g - Search [existing issues](https://github.com/AsamK/signal-cli/issues?q=is%3Aissue) if it has been reported already - 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 signal-cli, JDK and OS version you're using. (and libsignal-client version, if self-compiled) - 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