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
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,3 @@
1
-
[Project homepage](https://commits.top/)
2
-
3
1
# Most Active GitHub Users Counter
4
2
5
3
This CLI tool queries the GitHub GraphQL API for users and ranks them according to number of contributions. Several preset locations are provided.
@@ -22,12 +20,18 @@ go run *.go \
22
20
23
21
## Contribution
24
22
25
-
Contributions are accepted. Please provide any input as pull request. As a hobby project, my time is limited, but PRs and issues are addressed regularly.
23
+
Contributions are accepted. Please report issues or make pull requests against either `master` or [branch for the website](https://github.com/ashkulz/committers.top/tree/website) as appropriate.
26
24
27
25
*Please use the provided precommit hooks and run `go fmt`, `go vet` and `go lint` liberally.*
28
26
29
27
## FAQ
30
28
29
+
### Why is this running on a different domain?
30
+
31
+
The original project by [@lauripiispanen](https://github.com/lauripiispanen) seems to have stopped updating and PRs have been open for quite a while. I ([@ashkulz](https://github.com/ashkulz)) wanted to automate the data update process using GitHub Actions, and plan to aggressively merge PRs/fix issues created on this and the [original repository](https://github.com/lauripiispanen/most-active-github-users-counter).
32
+
33
+
I also thought that `committers.top` was a more appropriate domain name and quickly grabbed it for this friendly fork :grinning:
0 commit comments