diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-16 14:55:48 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-16 14:55:48 +0200 |
| commit | 63d2e9d409831aa8582787234cae4741847504b7 (patch) | |
| tree | 595fae753d2eb293437226eaab2eed208463f132 /results/scraper/box64/2181 | |
| parent | 2843bb65aeaeb86eb89bf3d9690db61b9dc6306e (diff) | |
| download | qemu-analysis-box64.tar.gz qemu-analysis-box64.zip | |
add box64 bug reports box64
Diffstat (limited to 'results/scraper/box64/2181')
| -rw-r--r-- | results/scraper/box64/2181 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/results/scraper/box64/2181 b/results/scraper/box64/2181 new file mode 100644 index 000000000..5bb29bd6b --- /dev/null +++ b/results/scraper/box64/2181 @@ -0,0 +1,11 @@ +Git project labels +It might be useful to add labels to GitHub Issues to help keep track of issues. Some initial ideas I had were: + +- `x86_64`, `apple`, `arm`, `loongarch`, `powerpc`, and `risc-v` = Mention the CPU architecture. + - Lots of existing reports for Apple Silicon hardware are instantly solved by using `muvm` to virtualize a 4K pagesize Linux kernel. We can better track these and work on documentation for them. +- `missing_library_native` = (I don't love this long name, by the way). The user needs to install a native library. +- `missing_library_nonnative` = The user needs to install a non-native library. + - This will especially be useful soon as I want to track down and help bundle all of these libraries. Especially for Box32 where getting x86_32 libraries is tricky. +- `opcode` and `wrapper` = A missing opcode or wrapper is needed. +- `epic`, `gog`, and `steam` = For games, label what store is being used. +- `box64` and `box32` = Depending on what architecture of the program a user is trying to use, it either relates to Box64 and/or Box32. \ No newline at end of file |