| 
 | 1 | +name: Bug report (Web - CSS - JS)  | 
 | 2 | +description: Report a bug which occurs in a web application  | 
 | 3 | +title: "Bug: "  | 
 | 4 | +labels: ["bug", "needs-triage"]  | 
 | 5 | +body:  | 
 | 6 | +  - type: markdown  | 
 | 7 | +    attributes:  | 
 | 8 | +      value: |  | 
 | 9 | +        Thanks for taking the time to fill up this bug report!  | 
 | 10 | +
  | 
 | 11 | +        There are a lot of different ways of using Font Awesome. In order to help us  | 
 | 12 | +        debugging, please provide as much information as you can.  | 
 | 13 | +
  | 
 | 14 | +        A reduced reproducible test case would definitely help the process.  | 
 | 15 | +  - type: textarea  | 
 | 16 | +    id: description  | 
 | 17 | +    attributes:  | 
 | 18 | +      label: Bug description  | 
 | 19 | +      description: What happened? What are you seeing? How did you arrive here?  | 
 | 20 | +    validations:  | 
 | 21 | +      required: true  | 
 | 22 | +  - type: input  | 
 | 23 | +    id: reproducible-test-case  | 
 | 24 | +    attributes:  | 
 | 25 | +      label: Reproducible test case  | 
 | 26 | +      description: Provide a URL to a reproducible use case. Use codepen.io, jsfiddle.net, jsbin.com, codesandbox.io, or whatever.  | 
 | 27 | +  - type: textarea  | 
 | 28 | +    id: screenshots  | 
 | 29 | +    attributes:  | 
 | 30 | +      label: Screenshots  | 
 | 31 | +      description: Add screenshots to help explain your problem  | 
 | 32 | +  - type: input  | 
 | 33 | +    id: version  | 
 | 34 | +    attributes:  | 
 | 35 | +      label: Font Awesome version  | 
 | 36 | +      description: Provide the version of Font Awesome affected by this bug  | 
 | 37 | +      placeholder: v6.0.0  | 
 | 38 | +    validations:  | 
 | 39 | +      required: true  | 
 | 40 | +  - type: dropdown  | 
 | 41 | +    id: serving  | 
 | 42 | +    attributes:  | 
 | 43 | +      label: Serving  | 
 | 44 | +      multiple: true  | 
 | 45 | +      options:  | 
 | 46 | +        - Kit  | 
 | 47 | +        - Font Awesome CDN  | 
 | 48 | +        - Self-hosted  | 
 | 49 | +        - Other (as specified in the bug description)  | 
 | 50 | +    validations:  | 
 | 51 | +      required: true  | 
 | 52 | +  - type: dropdown  | 
 | 53 | +    id: implementation  | 
 | 54 | +    attributes:  | 
 | 55 | +      label: Implementation  | 
 | 56 | +      multiple: true  | 
 | 57 | +      options:  | 
 | 58 | +        - CSS  | 
 | 59 | +        - SVG+JS  | 
 | 60 | +        - SVG Sprites  | 
 | 61 | +        - Other (as specified in the bug description)  | 
 | 62 | +    validations:  | 
 | 63 | +      required: true  | 
 | 64 | +  - type: textarea  | 
 | 65 | +    id: browser-operating-system  | 
 | 66 | +    attributes:  | 
 | 67 | +      label: Browser and Operating System  | 
 | 68 | +      description: Provide information about the browser and operating system affected by this bug. [List of supported browsers](https://fontawesome.com/v6/docs/web/dig-deeper/browser-support)  | 
 | 69 | +      placeholder: |  | 
 | 70 | +        - Chrome 94 on Windows 10  | 
 | 71 | +        - Firefox 92 on macOS  | 
 | 72 | +    validations:  | 
 | 73 | +      required: true  | 
 | 74 | +  - type: checkboxes  | 
 | 75 | +    id: web-bug-report-checklist  | 
 | 76 | +    attributes:  | 
 | 77 | +      label: Web bug report checklist  | 
 | 78 | +      options:  | 
 | 79 | +        - label: 'I have included a test case because my odds go _way_ up that the team can fix this when I do'  | 
 | 80 | +        - label: 'I have [searched for existing issues](https://github.com/FortAwesome/Font-Awesome/issues) and to the best of my knowledge this is not a duplicate'  | 
 | 81 | +          required: true  | 
0 commit comments