Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Thank you for your interest in contributing!
This repository focuses on deterministic, event-driven trading architecture.
Contributions should preserve clarity, explicitness and reproducibility.

---

## Design Principles

All contributions must respect the core design philosophy:
Expand All @@ -17,13 +19,17 @@ All contributions must respect the core design philosophy:

Avoid introducing implicit behavior or non-deterministic execution paths.

---

## Workflow

1. Fork the repository
2. Create a feature branch
3. Commit small, logical changes
4. Open a Pull Request with clear description

---

## Commit Style

Use clear messages:
Expand All @@ -32,6 +38,8 @@ feat: add monitoring overlay
fix: correct SecretProviderClass parameters
docs: update bootstrap instructions

---

## Development Environment

Recommended:
Expand All @@ -45,6 +53,8 @@ Alternatively:
pip install -e .
```

---

## Testing

Before submitting:
Expand Down