Skip to content

Commit 2458823

Browse files
committed
docs: modernize contributing for agents
1 parent 0505f08 commit 2458823

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1-
# Contribution Guide
1+
# Contributing to ARENA Account
22

3-
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

Comments
 (0)