diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 25c3584..0694e11 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: @@ -17,6 +19,8 @@ All contributions must respect the core design philosophy: Avoid introducing implicit behavior or non-deterministic execution paths. +--- + ## Workflow 1. Fork the repository @@ -24,6 +28,8 @@ Avoid introducing implicit behavior or non-deterministic execution paths. 3. Commit small, logical changes 4. Open a Pull Request with clear description +--- + ## Commit Style Use clear messages: @@ -32,6 +38,8 @@ feat: add monitoring overlay fix: correct SecretProviderClass parameters docs: update bootstrap instructions +--- + ## Development Environment Recommended: @@ -45,6 +53,8 @@ Alternatively: pip install -e . ``` +--- + ## Testing Before submitting: