bug_report.yaml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. ---
  2. name: Bug Report
  3. description: File a bug report
  4. labels: [bug]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. Thanks for taking the time to fill out this bug report!
  10. - type: textarea
  11. id: what-happened
  12. attributes:
  13. label: What happened?
  14. description: |
  15. Tell us what you do, what you get and what you expected.
  16. Provide us with some step-by-step instructions to reproduce the issue.
  17. validations:
  18. required: true
  19. - type: dropdown
  20. id: build
  21. attributes:
  22. label: Build Type
  23. description: What build of FrankenPHP do you use?
  24. options:
  25. - Docker (Debian Bookworm)
  26. - Docker (Alpine)
  27. - Official static build
  28. - Standalone binary
  29. - Custom (tell us more in the description)
  30. default: 0
  31. validations:
  32. required: true
  33. - type: dropdown
  34. id: worker
  35. attributes:
  36. label: Worker Mode
  37. description: Does the problem happen only when using the worker mode?
  38. options:
  39. - "Yes"
  40. - "No"
  41. default: 0
  42. validations:
  43. required: true
  44. - type: dropdown
  45. id: os
  46. attributes:
  47. label: Operating System
  48. description: What operating system are you executing FrankenPHP with?
  49. options:
  50. - GNU/Linux
  51. - macOS
  52. - Other (tell us more in the description)
  53. default: 0
  54. validations:
  55. required: true
  56. - type: dropdown
  57. id: arch
  58. attributes:
  59. label: CPU Architecture
  60. description: What CPU architecture are you using?
  61. options:
  62. - x86_64
  63. - Apple Silicon
  64. - x86
  65. - aarch64
  66. - Other (tell us more in the description)
  67. default: 0
  68. validations:
  69. required: true
  70. - type: textarea
  71. id: logs
  72. attributes:
  73. label: Relevant log output
  74. description: |
  75. Please copy and paste any relevant log output.
  76. This will be automatically formatted into code,
  77. so no need for backticks.
  78. render: shell