diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md index 0d02de82af3..1acc9ee54e6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ -# All the Nixos and rustc issues combined in git-bug +# Most of the rust-lang/rust issues in git-bug -This is mostly here for compliance and performance testing between git-bug and git-gub. +This is here for compliance and performance testing between git-bug and git-gub. + +## Why not more issues + +GitHub's traversing the ~48000 issues currently in this repository task enough API calls, +that GitHub times the git-bug bridge out. As such, adding more issues, would need changes +to the bridge. |