KucherenkoSerhiy commented on code in PR #634:
URL: 
https://github.com/apache/incubator-devlake-website/pull/634#discussion_r1313814250


##########
docs/_temp/Installation.md:
##########
@@ -0,0 +1,64 @@
+---
+title: "How to Organize Devlake Projects"
+sidebar_position: 1
+description: >
+  How to Organize Devlake Projects
+---
+
+## 1. Introduction
+A typical team of developers works with `pull requests`, `deployments`, and 
`issues` (a.k.a. Bugs for deployment).
+
+Based on such, we want to measure their productivity and stability. This is 
how [DORA](docs/DORA.md) does that:
+- Productivity:
+  - How many times does the team `deploy`? (a.k.a. [Deployment 
Frequency](docs/Metrics/DeploymentFrequency.md))
+  - How fast are the `pull requests` resolved? (a.k.a. [Lead 
Time](docs/Metrics/LeadTimeForChanges.md))
+- Stability:
+  - How many `issues` per `deploys` does the team have? (a.k.a. [Change 
Failure Rate](docs/Metrics/CFR.md))

Review Comment:
   Good point about consistent naming, thank you!



-- 
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]

Reply via email to