]> nmode's Git Repositories - signal-cli/blobdiff - CONTRIBUTING.md
Allow relinking an account if it's no longer authorized
[signal-cli] / CONTRIBUTING.md
index 0bc3167ae9d80fdcc887002838321597e342eb64..c0afee3f6b6cf7e89bf890ee3617f11b7186561a 100644 (file)
@@ -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