1. name: 🐞 Bug
    
  2. description: File a bug/issue
    
  3. title: "<title>"
    
  4. labels: ["bug"]
    
  5. body:
    
  6.   - type: checkboxes
    
  7.     attributes:
    
  8.       label: Is there an existing issue for this?
    
  9.       description: Please search to see if an issue already exists for the bug you encountered.
    
  10.       options:
    
  11.         - label: I have searched the existing issues
    
  12.           required: true
    
  13.   - type: textarea
    
  14.     attributes:
    
  15.       label: Describe the bug
    
  16.       description: |
    
  17.         A clear and concise description of what the bug is. Screenshots are often helpful here.
    
  18. 
    
  19.         Do *NOT* just paste a link to other issues on GitHub.
    
  20.     validations:
    
  21.       required: true
    
  22.   - type: textarea
    
  23.     attributes:
    
  24.       label: To Reproduce
    
  25.       description: |
    
  26.         1. Reproduce your issue in the [Chroma Playground](https://swapoff.org/chroma/playground/), then click the _copy_ icon to copy a shareable link for your issue. Consider using `[markdown links](URL)` to minimise the visual noise of the links.
    
  27.         2. Provide input text and a command-line invocation of `chroma` that reproduces your problem. eg. For Hugo this might be something like `chroma -s monokailight --html --html-lines --html-lines-table --html-inline-styles <source>`
    
  28. 
    
  29.         Do *NOT* provide configuration for another tool (eg. Hugo, Gitea). My time is limited and if you want me to fix your issue, help me help you.
    
  30.     validations:
    
  31.       required: true