| Date | People attending | Status |
|---|---|---|
| 18.09.2025 | developer workshop | decided |
We need guidelines for the development process in general and the dev meeting in particular that enable us to better keep up with the increasing amount or pull requests. This list was agreed upon by the developers attending the OTP Summit in Helsinki in September 2025.
Core developers experience an increasing workload doing reviews so that they don't find enough time for development themselves. The decisions made here aim to
- increase the quality of the PRs by catching potential problems early
- make dev-meetings more effective to potentially save time
The following list of actions are agreed upon by all attending developers. We will revisit this list in February 2026 to decide, if further actions are needed.
To avoid getting into detailed discussions that don't really lead anywhere, discussions in the dev meeting will be time boxed. If time is up, it will be decided if the discussion is beneficial to all people present and should be continued, or if the discussion should be continued in another manner. This could for example mean
- scheduling a design meeting
- specific people doing more research
- tabling the discussion for a later dev-meeting when people have had time to think about the problem more and/or when other key people are present
Time boxes:
- Agenda Item: 10 minutes
- PR: 5 minutes
Additionally, no debugging should be done in dev-meetings.
The author of the PR should be present to answer any questions and/or present their implementation. Exceptions to this rule are possible, for example when there are time zone constraints. Questions that are supposed to be discussed in the dev-meeting without the author being present should be outlined in a comment on the PR.
To save time, we do not want to go through every issue and draft PR every dev-meeting. If a discussion on a specific draft PR or issue is needed, then it should be put onto the agenda.
To avoid clutter in our Gitter channel, always use threads. Messages not abiding by this rule will be deleted.
All PRs made by non-core developers lead to the core developers having to spend resources on reviewing the code and potentially having to provide guidance to the author. We need to decide early, if the PR will be beneficial to enough contributors that investing these resources is worth it. This is especially important for PRs that will touch the core.
Product Owners should have the ultimate decision in this. That way the core developers will have the official backing of their employers and have fewer conflicts investing their time.
To be able to deal with issues efficiently, issues will have to be categorized. Markus will go through new issues:
- Close it if it is not a requested change to OTP
- Assign one of the following labels:
BugDocumentationImprovementNew FeatureOptimizationTechnical Debt