Feggah opened a new issue, #5269: URL: https://github.com/apache/incubator-devlake/issues/5269
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar feature requirement. ### Use case In the Accelerate book (one of the main books about measuring performance and DORA metrics), the authors explain about some technical practices (Chapter 4) to increase performance. One of the capabilities that impact on Continuous Delivery (thus, performance) is using trunk-based development as opposed to long-lived feature branches. This means that, teams could try to use trunk-based development to increase their performance, and should be able to see the difference that it is making to their performance. As DevLake is a project in the scope of DORA metrics, it is important to support trunk-based development when measuring velocity metrics (in particular, Lead Time). ### Description Reading the documentation [DORA - Median Lead Time for Changes](https://devlake.apache.org/docs/Metrics/LeadTimeForChanges), I noticed that if a commit is not associated with any Pull Request, it won't be taken into consideration to calculate the Lead Time:  ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
