forge/arma/client/.github/CONTRIBUTING.md
2026-05-23 09:23:12 -05:00

18 lines
402 B
Markdown

# Contributing Setup & Guidelines
## Setting up the Development Environment
### 1. Clone the repository from GitHub
### 2. Install HEMTT
The latest version of HEMTT can be installed by running:
```cmd
winget install hemtt
```
## Coding Guidelines
This mod follows the same coding guidelines as the ACE3 mod, which can be found [here](https://ace3.acemod.org/wiki/development/coding-guidelines).