X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/17d6b256e86223f356d6d73916bc0798c9c52214..3fc5bec149344754f9056fca20d214b4247b96c0:/CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0bc3167a..c0afee3f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,3 +6,7 @@ If you have a question you can ask it in the [GitHub discussions page](https://g - 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. - 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