Welcome to the Lido Community Staking Module project! We appreciate your interest in contributing.
For initial setup, see the Getting Started section in the README.
Additional setup for development:
just deps-dev-
Branch: Create a feature branch
git checkout -b feature/your-feature-name
-
Develop: Make your changes
-
Test: Ensure all tests pass (see Run tests section for details)
just test-unit just test-local
-
Commit: Follow conventional commits
**Examples:** feat: add validator key rotation fix: resolve bond calculation overflow -
PR: Create a pull request using the template