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