mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-12 22:30:44 -05:00
added privacy section to ready (!2)
Co-authored-by: Alex <alex@dm-me-for-questions.com> Reviewed-on: SPT-AKI/Modules#2
This commit is contained in:
parent
8f0ef296ee
commit
e72262d947
@ -13,6 +13,14 @@ Aki.Debugging | Debug utilities (disabled in release builds)
|
|||||||
Aki.Reflection | Reflection utilities used across the project
|
Aki.Reflection | Reflection utilities used across the project
|
||||||
Aki.SinglePlayer | Simulating online game while offline
|
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
|
## Requirements
|
||||||
|
|
||||||
- Escape From Tarkov 22032
|
- Escape From Tarkov 22032
|
||||||
|
Loading…
x
Reference in New Issue
Block a user