03-bug-report-zh-cn.yml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. name: "[简体中文] 错误报告"
  2. description: "创建错误报告以帮助我们修正应用"
  3. title: "[BUG] "
  4. labels: ["bug"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. 感谢您在百忙之中填写此错误报告。
  10. 注意: 请务必在上方文本框的 `[BUG]` **之后**填写清晰明了的标题。
  11. 注意:这里不提供像是代理服务器之类的服务,请不要反馈非应用自身引起的问题。
  12. <!-- template -->
  13. - type: textarea
  14. id: description
  15. attributes:
  16. label: "描述此错误"
  17. description: "请清晰简洁的描述你遇到的错误。"
  18. validations:
  19. required: true
  20. - type: textarea
  21. id: reproduce
  22. attributes:
  23. label: "如何复现该错误"
  24. description: "复现步骤:"
  25. value: |
  26. 步骤 1: ...
  27. 步骤 2: ...
  28. 步骤 3: ...
  29. ...
  30. validations:
  31. required: true
  32. - type: textarea
  33. id: device-info
  34. attributes:
  35. label: "设备信息"
  36. description: |
  37. 输入您正在使用的设备信息。
  38. 例子:
  39. - 机型: Pixel 4
  40. - 系统类型: MIUI/AOSP
  41. - Android 版本: 10
  42. value: |
  43. - 机型:
  44. - 系统类型:
  45. - Android 版本:
  46. validations:
  47. required: true
  48. - type: textarea
  49. id: app-info
  50. attributes:
  51. label: "应用信息"
  52. description: |
  53. 输入您正在使用的应用信息。
  54. 例子:
  55. ```
  56. - 版本: 2.5.4-premium
  57. - 安装包文件名: cfa-2.5.4-premium-arm64-v8a-release.apk
  58. - 应用来源: Google Play
  59. ```
  60. value: |
  61. - 版本:
  62. - 安装包文件名:
  63. - 应用来源:
  64. validations:
  65. required: true
  66. - type: textarea
  67. id: configure
  68. attributes:
  69. render: yml
  70. label: "配置文件"
  71. description: |
  72. 请在此粘贴和上传配置文件。
  73. 提示:如果您仅有一个订阅链接,请使用浏览器打开此链接以下载配置文件。
  74. **注意: 请在上传配置文件前,移除其中的代理服务器信息。**
  75. **注意: 请在上传配置文件前,移除其中的代理服务器信息。**
  76. **注意: 请在上传配置文件前,移除其中的代理服务器信息。**
  77. validations:
  78. required: true
  79. - type: textarea
  80. id: logs
  81. attributes:
  82. render: raw
  83. label: "日志"
  84. description: |
  85. 请在此粘贴或上传日志。
  86. 提示: 请使用应用内的 `Logcat` 或 `adb logcat` 捕获日志. `adb logcat` 能更好地帮助侦测问题.
  87. validations:
  88. required: true
  89. - type: textarea
  90. id: screenshot
  91. attributes:
  92. label: "屏幕截图"
  93. description: "如果适用,请在此粘贴或上传屏幕截图。"
  94. placeholder: "可选"
  95. - type: textarea
  96. id: additional
  97. attributes:
  98. label: "附加信息"
  99. description: "其他的可能与改错误相关的信息。"
  100. placeholder: "可选"