You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Contribution Guide for all ARENA projects can be found [here](https://arena.conix.io/content/contributing.html).
3
+
The general Contribution Guide for all ARENA projects can be found [here](https://docs.arenaxr.org/content/contributing.html).
4
+
5
+
This document covers **development rules and conventions** specific to this repository. These rules are mandatory for all contributors, including automated/agentic coding tools.
6
+
7
+
## Development Rules
8
+
9
+
### 1. Dependencies — Pin All Versions
10
+
11
+
**All dependencies must use exact, pegged versions** (no `^`, `~`, or `*` ranges). This prevents version drift across environments and ensures reproducible builds for security.
0 commit comments