100_web_bug_report.yml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. There are a lot of different ways of using Font Awesome. In order to help us
  11. debugging, please provide as much information as you can.
  12. A reduced reproducible test case would definitely help the process.
  13. - type: textarea
  14. id: description
  15. attributes:
  16. label: Bug description
  17. description: What happened? What are you seeing? How did you arrive here?
  18. validations:
  19. required: true
  20. - type: input
  21. id: reproducible-test-case
  22. attributes:
  23. label: Reproducible test case
  24. description: Provide a URL to a reproducible use case. Use codepen.io, jsfiddle.net, jsbin.com, codesandbox.io, or whatever.
  25. - type: textarea
  26. id: screenshots
  27. attributes:
  28. label: Screenshots
  29. description: Add screenshots to help explain your problem
  30. - type: input
  31. id: version
  32. attributes:
  33. label: Font Awesome version
  34. description: Provide the version of Font Awesome affected by this bug
  35. placeholder: v6.0.0
  36. validations:
  37. required: true
  38. - type: dropdown
  39. id: serving
  40. attributes:
  41. label: Serving
  42. multiple: true
  43. options:
  44. - Kit
  45. - Font Awesome CDN
  46. - Self-hosted
  47. - Other (as specified in the bug description)
  48. validations:
  49. required: true
  50. - type: dropdown
  51. id: implementation
  52. attributes:
  53. label: Implementation
  54. multiple: true
  55. options:
  56. - CSS
  57. - SVG+JS
  58. - SVG Sprites
  59. - Other (as specified in the bug description)
  60. validations:
  61. required: true
  62. - type: textarea
  63. id: browser-operating-system
  64. attributes:
  65. label: Browser and Operating System
  66. 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)
  67. placeholder: |
  68. - Chrome 94 on Windows 10
  69. - Firefox 92 on macOS
  70. validations:
  71. required: true
  72. - type: checkboxes
  73. id: web-bug-report-checklist
  74. attributes:
  75. label: Web bug report checklist
  76. options:
  77. - label: 'I have included a test case because my odds go _way_ up that the team can fix this when I do'
  78. - 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'
  79. required: true