diff --git a/README.md b/README.md index 9e72d8d..0e273b2 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,14 @@ Aki.Debugging | Debug utilities (disabled in release builds) Aki.Reflection | Reflection utilities used across the project Aki.SinglePlayer | Simulating online game while offline +## Privacy +SPT is an open source project. Your commit credentials as author of a commit will be visible by anyone. Please make sure you understand this before submitting a PR. +Feel free to use a "fake" username and email on your commits by using the following commands: +```bash +git config --local user.name "USERNAME" +git config --local user.email "USERNAME@SOMETHING.com" +``` + ## Requirements - Escape From Tarkov 22032