https://github.com/dcramer/gitboard
https://github.com/dcramer/gitboard
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dcramer/gitboard
- Owner: dcramer
- License: apache-2.0
- Created: 2011-08-09T08:11:16.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T20:55:12.000Z (almost 7 years ago)
- Last Synced: 2025-02-06T11:18:55.639Z (4 months ago)
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Setup:
```
mkvirtualenv --python=`which python3`
make
gitboard update
```Rough point value ideas:
(All comparisons will be done to commits within the last 3 hours)
* Commit = 1 point
* Commit with >75% word similarity = 0 points
* Commit with >95% word similarity = -1 point
* Merge commits = 0 points
* New Ticket = 1 point
* Closed Ticket = 1 point
* Commit message > 35 chars = 1 point
* Commit message < 10 chars = -1 point
* Commit message referencing ticket = 2 points
* Commit message referencing url = 1 point