2
0

01-bug.yml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. name: 🐛 Bug Report 🧰
  2. description: File a bug 🐛 report.
  3. title: "<package-name>: <summary>"
  4. # labels: ["bug", "triage"]
  5. # projects: ["octo-org/1", "octo-org/44"]
  6. # assignees:
  7. # - octocat
  8. body:
  9. - type: markdown
  10. attributes:
  11. value: |
  12. Thanks for taking the time to fill out this bug report!
  13. - type: checkboxes
  14. attributes:
  15. label: Is there an existing issue for this?
  16. description: Please search to see if an issue already exists for the bug you encountered.
  17. options:
  18. - label: I have searched the existing issues
  19. required: true
  20. - type: textarea
  21. id: screenshots-or-captures
  22. attributes:
  23. label: screenshots or captures
  24. description: Screenshots or captures which illustrate the problem
  25. placeholder: |
  26. An mp4 screen capture is also possible
  27. value:
  28. validations:
  29. required: false
  30. - type: textarea
  31. id: what-happened
  32. attributes:
  33. label: Actual behaviour
  34. description: Describe what happened
  35. placeholder: |
  36. Describe what happened
  37. 1. option ra_mtu '1500' is set correctly in /etc/config/dhcp
  38. 2. In LuCI though, RA MTU and RA Hop Limit are still displaying the default values in light gray font color.
  39. value:
  40. validations:
  41. required: true
  42. - type: textarea
  43. id: expect-to-happen
  44. attributes:
  45. label: Expected behaviour
  46. description: Describe what should happen
  47. placeholder: |
  48. Tell us what you you think should happen
  49. 1. option ra_mtu '1500' is set correctly in /etc/config/dhcp
  50. 2. In LuCI though, RA MTU and RA Hop Limit display correctly.
  51. value:
  52. validations:
  53. required: true
  54. - type: textarea
  55. id: what-you-did
  56. attributes:
  57. label: Steps to reproduce
  58. placeholder: |
  59. 1. go to: Network → Interfaces → LAN (an interface with a static address) → DHCP server tab → IPv6 RA settings tab
  60. 2. set RA MTU and RA Hop Limit to arbitrary non-default value
  61. 3. Save & Apply
  62. 4. go to: IPv6 RA settings tab again
  63. value:
  64. validations:
  65. required: true
  66. - type: textarea
  67. id: version
  68. attributes:
  69. label: Additional Information
  70. description: |
  71. What version of openwrt/luci are you running? <br/>
  72. ```
  73. cat /etc/os-release
  74. ```
  75. <br/>
  76. or copy/paste the luci and/or module version from the main status page
  77. render: shell
  78. value:
  79. placeholder: |
  80. e.g.
  81. NAME="OpenWrt"
  82. VERSION="23.05.5"
  83. ID="openwrt"
  84. ID_LIKE="lede openwrt"
  85. PRETTY_NAME="OpenWrt 23.05.5"
  86. VERSION_ID="23.05.5"
  87. HOME_URL="https://openwrt.org/"
  88. BUG_URL="https://bugs.openwrt.org/"
  89. SUPPORT_URL="https://forum.openwrt.org/"
  90. BUILD_ID="r24106-10cc5fcd00"
  91. OPENWRT_BOARD="mediatek/filogic"
  92. OPENWRT_ARCH="aarch64_cortex-a53"
  93. OPENWRT_TAINTS=""
  94. OPENWRT_DEVICE_MANUFACTURER="OpenWrt"
  95. OPENWRT_DEVICE_MANUFACTURER_URL="https://openwrt.org/"
  96. OPENWRT_DEVICE_PRODUCT="Generic"
  97. OPENWRT_DEVICE_REVISION="v0"
  98. OPENWRT_RELEASE="OpenWrt 23.05.5 r24106-10cc5fcd00"
  99. validations:
  100. required: true
  101. - type: dropdown
  102. id: browsers
  103. attributes:
  104. label: What browsers do you see the problem on?
  105. multiple: true
  106. options:
  107. - Firefox
  108. - Chrome
  109. - Safari
  110. - Microsoft Edge
  111. - type: textarea
  112. id: logs
  113. attributes:
  114. label: Relevant log output
  115. description: Please copy and paste any relevant log output from your browser (web developer tools) console. This will be automatically formatted into code, so no need for backticks.
  116. render: shell