1# `bc` Project Management History 2 3This directory has the project management history of `bc`. This `README` exists 4to explain what the files are. 5 6* `gitea.db` 7 8 Because I (Gavin Howard, the main author) do not trust big companies, I moved 9 `bc` to a self-hosted Gitea instance. This is what's left of the database from 10 that instance. Obviously, I wiped of personal identifying information as much 11 as possible, but it still has the comments on issues and pull requests, as 12 well as the issues and pull requests themselves (whatever matters anyway). 13 14* `github_issues.json` 15 16 This is information about issues reported on GitHub. I used the GitHub CLI to 17 export *all* of the available information, since it's public. 18 19* `github_prs.json` 20 21 This is information about pull requests opened on GitHub. I used the GitHub 22 CLI to export *all* of the available information, since it's public. 23 24* `issue10.md` 25 26 When I first started self-hosting Gitea, I was not a good sysadmin. On top of 27 that, I was learning how to use OpenZFS, and Gitea was stored in a ZFS 28 dataset. 29 30 This is the best I could do to reproduce an actual issue that was reported and 31 got erased when I rolled back to a ZFS snapshot. It was originally `#10` on 32 Gitea, hence the file name. 33