]> nmode's Git Repositories - signal-cli/blob - CONTRIBUTING.md
Add labels to Containerfile
[signal-cli] / CONTRIBUTING.md
1 # Question
2
3 If you have a question you can ask it in the [GitHub discussions page](https://github.com/AsamK/signal-cli/discussions)
4
5 # Report a bug
6
7 - Search [existing issues](https://github.com/AsamK/signal-cli/issues?q=is%3Aissue) if it has been reported already
8 - If you're unable to find an open issue addressing the
9 problem, [open a new one](https://github.com/AsamK/signal-cli/issues/new).
10 - Be sure to include a **title and clear description**, as much relevant information as possible.
11 - Specify the versions of signal-cli, libsignal-client (if self-compiled), JDK and OS you're using
12 - Specify if it's the normal java or the graalvm native version.
13 - Run the failing command with `--verbose` flag to get a more detailed log output and include that in the bug report
14
15 # Pull request
16
17 - Code style should match the existing code, IntelliJ users can use the auto formatter
18 - Separate PRs should be opened for each implemented feature or bug fix