An open API service indexing awesome lists of open source software.

https://github.com/dcramer/gitboard


https://github.com/dcramer/gitboard

Last synced: 4 months ago
JSON representation

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