feature-support-request.yml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. name: Feature / Support Request
  2. description: Request a feature or report a board-specific support need.
  3. title: "[Feature/Support]: "
  4. labels:
  5. - enhancement
  6. body:
  7. - type: markdown
  8. attributes:
  9. value: |
  10. Use this form for feature requests and board-specific support needs.
  11. - type: textarea
  12. id: summary
  13. attributes:
  14. label: Summary
  15. description: What do you want to add or what do you need help with?
  16. placeholder: Briefly describe the request or issue.
  17. validations:
  18. required: true
  19. - type: input
  20. id: board
  21. attributes:
  22. label: Board
  23. description: Board model and revision, if known.
  24. placeholder: e.g. Heltec WiFi LoRa 32 V3.2
  25. validations:
  26. required: false
  27. - type: input
  28. id: firmware
  29. attributes:
  30. label: Firmware Target
  31. description: Firmware environment or binary name, if known.
  32. placeholder: e.g. Heltec_v3_repeater_mqtt
  33. validations:
  34. required: false
  35. - type: input
  36. id: power
  37. attributes:
  38. label: Power Source
  39. description: How is the board powered?
  40. placeholder: e.g. USB only, LiPo only, USB + LiPo
  41. validations:
  42. required: false
  43. - type: textarea
  44. id: behavior
  45. attributes:
  46. label: Current Behavior
  47. description: What is happening now?
  48. placeholder: Describe the current behavior, readings, LEDs, errors, etc.
  49. validations:
  50. required: false
  51. - type: textarea
  52. id: expected
  53. attributes:
  54. label: Expected Behavior
  55. description: What did you expect instead?
  56. placeholder: Describe the expected result.
  57. validations:
  58. required: false
  59. - type: textarea
  60. id: comparison
  61. attributes:
  62. label: Comparison
  63. description: If relevant, does upstream MeshCore or another firmware behave differently?
  64. placeholder: Include repo/branch/target details if you compared multiple builds.
  65. validations:
  66. required: false
  67. - type: textarea
  68. id: logs
  69. attributes:
  70. label: Logs Or Screenshots
  71. description: Paste logs or attach screenshots/photos if helpful.
  72. placeholder: Add CLI output, boot logs, screenshots, or photos here.
  73. validations:
  74. required: false