diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-07 17:24:04 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-07 17:24:04 +0200 |
commit | 969b29803515f099660524a64333a153242070a8 (patch) | |
tree | 8d091f48389a2c820b7eac4f43d98c2ac04b63b3 /README.md | |
parent | chore: Initial Commit (diff) | |
download | all_the_issues-969b29803515f099660524a64333a153242070a8.zip |
chore: Correct Readme and update flake
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. |