commit a54a9b5a0b7c146dfa186d77bf29f4e6554eb648 parent b86e9b6a26aed3700f09649b364bf3cd9f42c773 Author: Dominik Schmidt <dominik@schm1dt.ch> Date: Sat, 31 Aug 2019 21:32:11 +0200 Add a note on how to contribute to this project. Diffstat:
M | README.md | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -91,3 +91,11 @@ To-Do * [ ] Expose more of pjsips features to the process! * [ ] Allow connecting to alsa devices +Contributing +------------ + +Drop me an E-Mail at dominik@schm1dt.ch and if you have patches, either send them as attachments or use the well-established git send-email method: + +``` +git send-email origin/master..master --to dominik@schm1dt.ch +```