You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**DevImpact** is an open-source platform that compares software developers based on their real impact in the open-source ecosystem — not just raw numbers.
16
16
17
17
It evaluates developers using a smart scoring system that considers:
18
18
19
-
* Repository quality 📦
20
-
* Pull request impact 🔀
21
-
* Community contributions 💬
19
+
- Repository quality 📦
20
+
- Pull request impact 🔀
21
+
- Community contributions 💬
22
22
23
23
---
24
24
@@ -28,9 +28,9 @@ Traditional metrics (followers, stars, commit counts) are often misleading.
28
28
29
29
DevImpact focuses on:
30
30
31
-
* ✅ Quality over quantity
32
-
* ✅ Real contributions to valuable projects
33
-
* ✅ Fair comparison between developers
31
+
- ✅ Quality over quantity
32
+
- ✅ Real contributions to valuable projects
33
+
- ✅ Fair comparison between developers
34
34
35
35
---
36
36
@@ -44,9 +44,9 @@ Measures the quality and impact of repositories owned by the user.
44
44
45
45
Factors include:
46
46
47
-
* Stars ⭐
48
-
* Forks 🍴
49
-
* Watchers
47
+
- Stars ⭐
48
+
- Forks 🍴
49
+
- Watchers
50
50
51
51
---
52
52
@@ -59,10 +59,10 @@ Measures contributions to **other developers' repositories**.
59
59
60
60
Factors include:
61
61
62
-
* Target repository quality
63
-
* PR size (additions/deletions)
64
-
* Repository popularity
65
-
* Contribution diversity
62
+
- Target repository quality
63
+
- PR size (additions/deletions)
64
+
- Repository popularity
65
+
- Contribution diversity
66
66
67
67
---
68
68
@@ -72,8 +72,8 @@ Measures community engagement.
72
72
73
73
Includes:
74
74
75
-
* Issues opened in external repositories
76
-
* Discussions participation
75
+
- Issues opened in external repositories
76
+
- Discussions participation
77
77
78
78
⚠️ Does NOT include commits or PRs (to avoid duplication)
79
79
@@ -96,43 +96,52 @@ Final Score =
96
96
97
97
## ⚖️ Key Design Principles
98
98
99
-
* ❌ No self-inflation (own PRs excluded)
100
-
* 📉 Diminishing returns to prevent spam
101
-
* 🎯 External impact is prioritized
102
-
* ⚖️ Balanced scoring between builders and contributors
99
+
- ❌ No self-inflation (own PRs excluded)
100
+
- 📉 Diminishing returns to prevent spam
101
+
- 🎯 External impact is prioritized
102
+
- ⚖️ Balanced scoring between builders and contributors
0 commit comments