bug:
  - '/\b(crash|crashed|crashes|panic|panicked|stack trace|stacktrace|traceback)\b/i'
  - '/\b(broken|doesn''?t work|not working|stopped working|regression)\b/i'
  - '/\b(throws? (an? )?error|uncaught|unhandled)\b/i'

enhancement:
  - '/\b(feature request|would (be nice|like|love)|please add|please support)\b/i'
  - '/\b(add (a |the )?(flag|option|config|setting|switch)|allow (configuring|disabling|enabling))\b/i'
  - '/\b(can (we|you|reasonix) (add|support)|proposal|propose adding)\b/i'

documentation:
  - '/\b(docs?\b|documentation|readme|getting started|tutorial|wiki|man page)\b/i'
  - '/\b(missing (docs?|documentation)|undocumented)\b/i'

question:
  - '/\b(how (do|to|can) (i|we|you)|is it possible|is there a way|why does|why is)\b/i'
  - '/\b(question:|q:)\s/i'

dashboard:
  - '/\b(dashboard|\/dashboard|web UI|web companion|browser)\b/i'
  - '/\blocalhost:|127\.0\.0\.1/i'

rendering:
  - '/\b(flicker|flickering|render artifact|redraw|repaint|ghost row|ghosting|screen tear)\b/i'
  - '/\b(TUI (glitch|artifact|garbled)|terminal (glitch|garbled|broken display))\b/i'