1. name: "⚛️ 🛠 DevTools bug report"
    
  2. description: "Report a problem with React DevTools. Please provide enough information that we can reproduce the problem."
    
  3. title: "[DevTools Bug]: "
    
  4. labels: ["Component: Developer Tools", "Type: Bug", "Status: Unconfirmed"]
    
  5. body:
    
  6. - type: input
    
  7.   attributes:
    
  8.     label: Website or app
    
  9.     description: |
    
  10.       Which website or app were you using when the bug happened?
    
  11. 
    
  12.       This should be a public URL, GitHub repo, or Code Sandbox app so the React team can reproduce the error being reported. (Please no localhost URLs.)
    
  13.     placeholder: |
    
  14.       e.g. website URL, public GitHub repo, or Code Sandbox app
    
  15.   validations:
    
  16.     required: true
    
  17. - type: textarea
    
  18.   attributes:
    
  19.     label: Repro steps
    
  20.     description: |
    
  21.       What were you doing on the website or app when the bug happened? Detailed information helps maintainers reproduce and fix bugs.
    
  22. 
    
  23.       Issues filed without repro steps will be closed.
    
  24.     placeholder: |
    
  25.       Example bug report:
    
  26.       1. Log in with username/password
    
  27.       2. Click "Messages" on the left menu
    
  28.       3. Open any message in the list
    
  29.   validations:
    
  30.     required: true
    
  31. - type: dropdown
    
  32.   attributes:
    
  33.     label: How often does this bug happen?
    
  34.     description: |
    
  35.       Following the repro steps above, how easily are you able to reproduce this bug?
    
  36.     options:
    
  37.       - Every time
    
  38.       - Often
    
  39.       - Sometimes
    
  40.       - Only once
    
  41.   validations:
    
  42.     required: true
    
  43. - type: input
    
  44.   id: automated_package
    
  45.   attributes:
    
  46.     label: DevTools package (automated)
    
  47.     description: |
    
  48.       Please do not edit this field.
    
  49. - type: input
    
  50.   id: automated_version
    
  51.   attributes:
    
  52.     label: DevTools version (automated)
    
  53.     description: |
    
  54.       Please do not edit this field.
    
  55. - type: input
    
  56.   id: automated_error_message
    
  57.   attributes:
    
  58.     label: Error message (automated)
    
  59.     description: |
    
  60.       Please do not edit this field.
    
  61. - type: textarea
    
  62.   id: automated_call_stack
    
  63.   attributes:
    
  64.     label: Error call stack (automated)
    
  65.     description: |
    
  66.       Please do not edit this field.
    
  67.     render: text
    
  68. - type: textarea
    
  69.   id: automated_component_stack
    
  70.   attributes:
    
  71.     label: Error component stack (automated)
    
  72.     description: |
    
  73.       Please do not edit this field.
    
  74.     render: text
    
  75. - type: textarea
    
  76.   id: automated_github_query_string
    
  77.   attributes:
    
  78.     label: GitHub query string (automated)
    
  79.     description: |
    
  80.       Please do not edit this field.
    
  81.     render: text