選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

bug.yml 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. name: 🐛 Bug Report
  2. description: Report bugs to fix and improve.
  3. title: "[BUG] <description>"
  4. labels: ["bug"]
  5. body:
  6. - type: textarea
  7. id: description
  8. attributes:
  9. label: Describe the bug.
  10. description: A clear and concise description of what the bug is.
  11. validations:
  12. required: true
  13. - type: textarea
  14. id: expected
  15. attributes:
  16. label: Expected behavior
  17. description: A clear and concise description of what you expected to happen.
  18. validations:
  19. required: true
  20. - type: textarea
  21. id: screenshots
  22. attributes:
  23. label: Screenshots
  24. description: Please add screenshots/video of the bug you faced.
  25. validations:
  26. required: false
  27. - type: textarea
  28. id: reproduce
  29. attributes:
  30. label: How to Reproduce
  31. description: Attach all steps/share a github gist that can help anyone reproduce the bug.
  32. value: |
  33. 1. I first did this
  34. 2. I then did this
  35. 3. And so on . . .
  36. validations:
  37. required: true
  38. - type: dropdown
  39. id: browser
  40. attributes:
  41. label: "🥦 Browser"
  42. description: "What browser are you using?"
  43. options:
  44. - Google Chrome
  45. - Brave
  46. - Microsoft Edge
  47. - Mozilla Firefox
  48. - Safari
  49. - Opera
  50. - Other
  51. validations:
  52. required: false
  53. - type: checkboxes
  54. id: no-duplicate-issues
  55. attributes:
  56. label: "👀 Have you checked for similar open issues?"
  57. options:
  58. - label: "I checked and didn't find similar issue"
  59. required: true
  60. - type: checkboxes
  61. id: check-Community-Forum
  62. attributes:
  63. label: "🏢 Have you checked the Community Forum?"
  64. options:
  65. - label: "please make sure you check https://community.jitsi.org"
  66. required: true