Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Development Cycle Documentation for Clarity and Consistency #1217

Merged
merged 1 commit into from
Nov 15, 2024
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
4 changes: 2 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Development cycle

To keep up with the fast development of the Cairo language and Starknet network while maintaining a secure
and healthy development process, **we organize our work in 3-weeks cycles**.
and healthy development process, **we organize our work in 3-week cycles**.
These cycles consist of **milestones** and **sprints.**

## 📍 Milestones
Expand Down Expand Up @@ -31,7 +31,7 @@ i.e. “[the release train departs](https://github.com/OpenZeppelin/cairo-contra
- We design milestones to take ~25 working days so we can tackle them in a single sprint
1. 5 working days times 3 weeks/cycle per 3 devs
- ⇒ 45 workdays/sprint
2. we estimate we spend roughly ~1/3 or our time doing reviews
2. we estimate we spend roughly ~1/3 of our time doing reviews
- ⇒ 30 workdays/sprint
3. we apply a 1/6 reduction to account for vacations, sickness, distractions, support, etc.
- **⇒ 25 workdays/sprint**
Expand Down