Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 661 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) · 661 Bytes

Contributing

Thank you for helping make scli better! (And for actually reading these guidelines)

Issues

  • Check logs. When reporting a problem, check if there is a relevant output in the log file (use the --log-file and --debug options). At a minimum, it will tell you the versions of scli and its dependencies. ⚠ Logs might contain personal information. Make sure to remove anything you don't want published on the internet.

Pull Requests

  • Use develop branch as the base for new branches, as well as the 'merge to' branch when creating a new pull request.
  • Test with the latest release of signal-cli (if relevant to code changes).