1. name: Feature request
    
  2. description: Suggest an idea for this project
    
  3. title: "<title>"
    
  4. labels: ["feature request"]
    
  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 feature you're requesting.
    
  10.       options:
    
  11.         - label: I have searched the existing issues
    
  12.           required: true
    
  13.   - type: textarea
    
  14.     attributes:
    
  15.       label: What problem does this feature solve?
    
  16.       description: |
    
  17.         Please check the Chroma [README](https://github.com/alecthomas/chroma) and command-line tool to ensure this isn't an already solved problem.
    
  18.     validations:
    
  19.       required: true
    
  20.   - type: textarea
    
  21.     attributes:
    
  22.       label: What feature do you propose?
    
  23.       description: |
    
  24.         The feature should describe a change to Chroma's code, not lexers.
    
  25.         For lexers, fill out the "Lexer request" form.
    
  26.     validations:
    
  27.       required: true