Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 898 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (11 loc) · 898 Bytes

Question

If you have a question you can ask it in the GitHub discussions page

Report a bug

  • Search existing issues if it has been reported already
  • If you're unable to find an open issue addressing the problem, open a new one.
    • 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