01-bug-report-en.yml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. name: "[English] Bug Report"
  2. description: "Create a report to help us debug bugs"
  3. title: "[BUG] "
  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. NOTE: Be sure to put a clear and concise title **AFTER** `[BUG]` in the text box above.
  11. NOTE: We do not provide any services such as proxies, DO NOT feedback any problems not caused by this application here.
  12. <!-- template -->
  13. - type: textarea
  14. id: description
  15. attributes:
  16. label: "Describe the bug"
  17. description: "A clear and concise description of what the bug is."
  18. validations:
  19. required: true
  20. - type: textarea
  21. id: reproduce
  22. attributes:
  23. label: "To Reproduce"
  24. description: "Steps to reproduce the behavior:"
  25. value: |
  26. Step 1: ...
  27. Step 2: ...
  28. Step 3: ...
  29. ...
  30. validations:
  31. required: true
  32. - type: textarea
  33. id: device-info
  34. attributes:
  35. label: "Device Info"
  36. description: |
  37. Input your device information.
  38. Example:
  39. - Device: Pixel 4
  40. - ROM: AOSP
  41. - Android Version: 10
  42. value: |
  43. - Device:
  44. - ROM:
  45. - Android Version:
  46. validations:
  47. required: true
  48. - type: textarea
  49. id: app-info
  50. attributes:
  51. label: "Application Info"
  52. description: |
  53. Input application you are using information.
  54. Example:
  55. ```
  56. - Version: 2.5.4-premium
  57. - APK filename: cfa-2.5.4-premium-arm64-v8a-release.apk
  58. - Distribution Channel: Google Play
  59. ```
  60. value: |
  61. - Version:
  62. - APK filename:
  63. - Distribution Channel:
  64. validations:
  65. required: true
  66. - type: textarea
  67. id: configure
  68. attributes:
  69. render: yml
  70. label: "Configure File"
  71. description: |
  72. Please paste or upload the configuration file here.
  73. TIPS: If you only have a subscription link, please use your browser to download it.
  74. **NOTE: Please remove proxies from the configuration file before uploading it.**
  75. **NOTE: Please remove proxies from the configuration file before uploading it.**
  76. **NOTE: Please remove proxies from the configuration file before uploading it.**
  77. validations:
  78. required: true
  79. - type: textarea
  80. id: logs
  81. attributes:
  82. render: raw
  83. label: "Logs"
  84. description: |
  85. Please paste or upload the log file here.
  86. TIPS: Please use the `Logcat` in application or `adb logcat`. `adb logcat` would be better.
  87. validations:
  88. required: true
  89. - type: textarea
  90. id: screenshot
  91. attributes:
  92. label: "Screenshot"
  93. description: "If applicable, add screenshots to help explain your problem."
  94. placeholder: "Optional"
  95. - type: textarea
  96. id: additional
  97. attributes:
  98. label: "Additional"
  99. description: "Add any other context about the problem here."