02-bug_report.yml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. name: Bug report
  2. description: Create a report to help us improve
  3. labels: ['bug']
  4. body:
  5. - type: textarea
  6. id: description
  7. attributes:
  8. label: Description
  9. description: Try to describe in detail the problem you're running into and provide additional context about your working environment if necessary.
  10. placeholder: e.g. When I do X, Y happens instead of Z
  11. validations:
  12. required: true
  13. - type: markdown
  14. attributes:
  15. value: |
  16. Before reporting an issue, please search to see if someone has filed a similar issue before. If there is already an open issue, please add a 👍 and/or leave a comment with additional information.
  17. - type: checkboxes
  18. id: packages
  19. attributes:
  20. label: Package
  21. description: Which Tabler Icons packages are affected? You may select more than one.
  22. options:
  23. - label: "@tabler/icons"
  24. - label: "@tabler/icons-eps"
  25. - label: "@tabler/icons-pdf"
  26. - label: "@tabler/icons-png"
  27. - label: "@tabler/icons-webfont"
  28. - label: "@tabler/icons-sprite"
  29. - label: "@tabler/icons-preact"
  30. - label: "@tabler/icons-react"
  31. - label: "@tabler/icons-react-native"
  32. - label: "@tabler/icons-solid"
  33. - label: "@tabler/icons-svelte"
  34. - label: "@tabler/icons-vue"
  35. - label: Figma plugin
  36. - label: source/main
  37. - label: other/not relevant
  38. validations:
  39. required: true
  40. - type: input
  41. id: version
  42. attributes:
  43. label: Version
  44. description: What version of Tabler Icons are you running?
  45. placeholder: e.g. 3.5.0
  46. validations:
  47. required: true
  48. - type: checkboxes
  49. id: browsers
  50. attributes:
  51. label: Browser
  52. description: In which browser(s) are you experiencing the issue? You may select more than one.
  53. options:
  54. - label: Chrome/Chromium
  55. - label: Firefox
  56. - label: Safari
  57. - label: Edge
  58. - label: iOS Safari
  59. - label: Opera
  60. - label: Other/not relevant
  61. validations:
  62. required: false
  63. - type: checkboxes
  64. id: operating-systems
  65. attributes:
  66. label: Operating system
  67. description: In which operating systems a you experiencing the issue? You may select more than one.
  68. options:
  69. - label: Windows
  70. - label: Linux
  71. - label: macOS
  72. - label: ChromeOS
  73. - label: iOS
  74. - label: Android
  75. - label: Other/not relevant
  76. - type: textarea
  77. id: steps-to-reproduce
  78. attributes:
  79. label: Steps to reproduce
  80. description: Please provide a detailed guide on how this issue can be reproduced or a live example with a working reproduction on Codesandbox, JSFiddle or similar.
  81. placeholder: |
  82. 1. Import `check` icon
  83. 2. Add to a React component/view
  84. 3. Run the react app
  85. 4. Notice that the `check` isn't rendering correctly which seems a encoding problem
  86. validations:
  87. required: true
  88. - type: checkboxes
  89. id: checklist
  90. attributes:
  91. label: Checklist
  92. description: Please review the following checklist before submitting your issue.
  93. options:
  94. - label: I have searched if someone has submitted a similar issue before and there weren't any. (Please make sure to also search closed issues, as this issue might already have been resolved.)
  95. required: true