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