From a1b16a9118e812eacd21290c4c93980116aa5fb0 Mon Sep 17 00:00:00 2001 From: AsamK Date: Fri, 27 Jan 2023 21:25:40 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e250e745..c18cd8a8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,13 +1,18 @@ # Question + If you have a question you can ask it in the [GitHub discussions page](https://github.com/AsamK/signal-cli/discussions) # Report a bug + - 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 +- 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 -- 2.50.1