101_other_bug_report.yml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. name: Bug report (Desktop / Native / Other)
  2. description: Report a bug which occurs outside of 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. - type: textarea
  11. id: description
  12. attributes:
  13. label: Bug description
  14. description: What happened? What are you seeing? How did you arrive here?
  15. validations:
  16. required: true
  17. - type: input
  18. id: version
  19. attributes:
  20. label: Font Awesome version
  21. description: Provide the version of Font Awesome affected by this bug
  22. placeholder: v6.0.0
  23. validations:
  24. required: true
  25. - type: textarea
  26. id: application-operating-system
  27. attributes:
  28. label: Application and Operating System
  29. description: Provide information about the application and operating system affected by this bug
  30. placeholder: |
  31. - GIMP on Windows 10
  32. - Adobe Photoshop on macOS
  33. validations:
  34. required: true
  35. - type: checkboxes
  36. id: web-bug-report-checklist
  37. attributes:
  38. label: Web bug report checklist
  39. options:
  40. - label: 'I have included a test case because my odds go _way_ up that the team can fix this when I do'
  41. - 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'
  42. required: true