mirror of
https://github.com/lukaszraczylo/git-velocity.git
synced 2026-06-05 22:43:56 +00:00
Additional checks on issues.
This commit is contained in:
@@ -51,7 +51,7 @@ $ git-velocity serve --port 8080
|
||||
|
||||
### 🎮 Gamification Engine
|
||||
- **Scoring System**: Earn points for every contribution
|
||||
- **95 Achievements**: Tiered progression from "First Steps" to "Code Warrior"
|
||||
- **115 Achievements**: Tiered progression from "First Steps" to "Code Warrior"
|
||||
- **Leaderboards**: Compete with your team
|
||||
- **Tier Progression**: Multiple tiers per achievement category
|
||||
- **Activity Patterns**: Track early bird, night owl, weekend, and out-of-hours commits
|
||||
@@ -226,7 +226,7 @@ jobs:
|
||||
|
||||
## 🏆 Achievements
|
||||
|
||||
Git Velocity includes **95 hardcoded achievements** across 20 categories with multiple progression tiers. Achievements cannot be modified via configuration to prevent manipulation.
|
||||
Git Velocity includes **115 hardcoded achievements** across 26 categories with multiple progression tiers. Achievements cannot be modified via configuration to prevent manipulation.
|
||||
|
||||
### Achievement Categories
|
||||
|
||||
@@ -254,6 +254,10 @@ Git Velocity includes **95 hardcoded achievements** across 20 categories with mu
|
||||
| **Out of Hours** | 10, 25, 50, 100 | Commits outside 9am-5pm |
|
||||
| **Documentation** | 100, 500, 1K, 2.5K, 5K | Comment/doc lines added |
|
||||
| **Comment Cleanup** | 50, 200, 500, 1K, 2.5K | Outdated comments removed |
|
||||
| **Issues Opened** | 1, 5, 10, 25, 50 | Track issues created |
|
||||
| **Issues Closed** | 1, 5, 10, 25, 50 | Track issues resolved |
|
||||
| **Issue Comments** | 5, 10, 25, 50, 100 | Track issue discussion participation |
|
||||
| **Issue References** | 5, 10, 25, 50, 100 | Track commits referencing issues |
|
||||
|
||||
### Example Achievements
|
||||
|
||||
@@ -270,6 +274,10 @@ Git Velocity includes **95 hardcoded achievements** across 20 categories with mu
|
||||
| 🏛️ Code Historian | Added 5000 lines of comments/docs |
|
||||
| ✂️ Comment Trimmer | Removed 50 outdated comment lines |
|
||||
| 💀 Dead Code Hunter | Removed 500 outdated comment lines |
|
||||
| 🎫 Issue Opener | Opened your first issue |
|
||||
| 🏷️ Issue Tracker | Opened 25 issues |
|
||||
| ✅ Issue Closer | Closed your first issue |
|
||||
| 🔗 Issue Linker | 25 commits referencing issues |
|
||||
|
||||
## 🔑 GitHub Token Permissions
|
||||
|
||||
@@ -392,8 +400,10 @@ scoring:
|
||||
pr_merged: 50
|
||||
pr_reviewed: 30
|
||||
review_comment: 5
|
||||
issue_opened: 15
|
||||
issue_opened: 10
|
||||
issue_closed: 20
|
||||
issue_comment: 5
|
||||
issue_reference_commit: 5
|
||||
fast_review_1h: 50
|
||||
fast_review_4h: 25
|
||||
fast_review_24h: 10
|
||||
|
||||
Reference in New Issue
Block a user