Skip to content

Commit ed55fb3

Browse files
committed
update README with background of fork
1 parent 66b6d1f commit ed55fb3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[Project homepage](https://commits.top/)
2-
31
# Most Active GitHub Users Counter
42

53
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 \
2220

2321
## Contribution
2422

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.
2624

2725
*Please use the provided precommit hooks and run `go fmt`, `go vet` and `go lint` liberally.*
2826

2927
## FAQ
3028

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:
34+
3135
### Why am I not on this list?
3236

3337
This could be due to a number of things.

0 commit comments

Comments
 (0)