diff options
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 |