|
| 1 | +Use this tool to assign and/or label a Github issue. |
| 2 | + |
| 3 | +You can assign the following users: |
| 4 | +- thdxr |
| 5 | +- adamdotdevin |
| 6 | +- fwang |
| 7 | +- jayair |
| 8 | +- kommander |
| 9 | +- rekram1-node |
| 10 | + |
| 11 | + |
| 12 | +You can use the following labels: |
| 13 | +- nix |
| 14 | +- opentui |
| 15 | +- perf |
| 16 | +- web |
| 17 | +- zen |
| 18 | +- docs |
| 19 | + |
| 20 | +Always try to assign an issue, if in doubt, assign rekram1-node to it. |
| 21 | + |
| 22 | +## Breakdown of responsibilities: |
| 23 | + |
| 24 | +### thdxr |
| 25 | + |
| 26 | +Dax is responsible for managing core parts of the application, for large feature requests, api changes, or things that require significant changes to the codebase assign him. |
| 27 | + |
| 28 | +This relates to OpenCode server primarily but has overlap with just about anything |
| 29 | + |
| 30 | +### adamdotdevin |
| 31 | + |
| 32 | +Adam is responsible for managing the Desktop/Web app. If there is an issue relating to the desktop app or `opencode web` command. Assign him. |
| 33 | + |
| 34 | +### fwang |
| 35 | + |
| 36 | +Frank is responsible for managing Zen, if you see complaints about OpenCode Zen, maybe it's the dashboard, the model quality, billing issues, etc. Assign him to the issue. |
| 37 | + |
| 38 | +### jayair |
| 39 | + |
| 40 | +Jay is responsible for documentation. If there is an issue relating to documentation assign him. |
| 41 | + |
| 42 | +### kommander |
| 43 | + |
| 44 | +Sebastian is responsible for managing an OpenTUI (a library for building terminal user interfaces). OpenCode's TUI is built with OpenTUI. If there are issues abou: |
| 45 | +- random characters on screen |
| 46 | +- keybinds not working on different terminals |
| 47 | +- general terminal stuff |
| 48 | +Then assign the issue to Him. |
| 49 | + |
| 50 | +### rekram1-node |
| 51 | + |
| 52 | +Assign Aiden to an issue as a catch all, if you can't assign anyone else. Most of the time this will be bugs/polish things. |
| 53 | +If no one else makes sense to assign, assign rekram1-node to it. |
| 54 | + |
| 55 | +## Breakdown of Labels: |
| 56 | + |
| 57 | +### nix |
| 58 | + |
| 59 | +Any issue that mentions nix, or nixos should have a nix label |
| 60 | + |
| 61 | +### opentui |
| 62 | + |
| 63 | +Anything relating to the TUI itself should have an opentui label |
| 64 | + |
| 65 | +### perf |
| 66 | + |
| 67 | +Anything related to slow performance, high ram, high cpu usage, or any other performance related issue should have a perf label |
| 68 | + |
| 69 | +### web |
| 70 | + |
| 71 | +Anything related to `opencode web` or the desktop app should have a web label |
| 72 | + |
| 73 | +### zen |
| 74 | + |
| 75 | +Anything related to OpenCode Zen, billing, or model quality from Zen should have a zen label |
| 76 | + |
| 77 | +### docs |
| 78 | + |
| 79 | +Anything related to the documentation should have a docs label |
0 commit comments