vlang / gitly

Light and fast GitHub/GitLab alternative written in V
GNU General Public License v3.0
1.37k stars 72 forks source link

[Bug] Global issue counter #249

Open Fumeaux opened 1 year ago

Fumeaux commented 1 year ago

All issues seem to increment a global issue counter and not a distinct counter per repo. When creating the first issue in a new repository, the counter does not start at '1', but rather at the number-of-all-issues + 1.