Unverified Commit 9a9be805 authored by Sergey Pinus's avatar Sergey Pinus Committed by GitHub
Browse files

Merge pull request #773 from bropines/dev

Added a selection of failed modules
parents 1a75150b a6f7127c
Loading
Loading
Loading
Loading
+50 −4
Original line number Diff line number Diff line
name: Bug Report
title: "Bug Report:" # Default title
description: Report a bug
labels: [bug]
body:
@@ -40,6 +41,51 @@ body:
      label: Description of the Problem
      description: |
        Please describe the bug in detail and provide reproduction steps.
  - type: markdown
    attributes:
      value: |
        ### Affected Modules
        If your issue is related to specific modules, please select the applicable option for each category (if not applicable, choose "None"):
  - type: dropdown
    attributes:
      label: Text Detector
      options:
        - ctd
        - stariver_ocr
  - type: dropdown
    attributes:
      label: OCR
      options:
        - google_lens
        - manga_ocr
        - mit32px
        - mit48px_ctc
        - mit48px
        - stariver_ocr
        - windows ocr
  - type: dropdown
    attributes:
      label: Inpaint
      options:
        - opencv-tela
        - patchmatch
        - aot
        - lama_mpe
        - lama_large_512px
  - type: dropdown
    attributes:
      label: Translator
      options:
        - Baidu
        - Caiyun
        - ChatGPT
        - ChatGPT_exp
        - DeepL
        - DeepL Free
        - DeepLX API
        - google
        - Papago
        - Sakura
  - type: textarea
    attributes:
      label: Screenshot
+51 −0
Original line number Diff line number Diff line
name: 漏洞反馈
title: "漏洞反馈:" # 默认标题
description: 报告一个漏洞
labels: [bug]
body:
@@ -26,6 +27,10 @@ body:
        请提供 BallonsTranslator 的版本信息。请复制控制台显示的以下内容(如果信息消失,请保存项目并重启程序):
        - Python 版本及解释器路径
        - 应用版本、分支及 Commit Hash

        Please provide the version information of BallonsTranslator. Copy the following details from the console (displayed at startup). If the info is lost, save the project and restart the program:
        - Python version and interpreter path
        - Application version, branch, and Commit Hash
      placeholder: |
        示例:
        py version: 3.10.9 (tags/v3.10.9:...)
@@ -40,6 +45,51 @@ body:
      label: 问题描述
      description: |
        请详细描述问题,并提供复现步骤。
  - type: markdown
    attributes:
      value: |
        ### 受影响的模块
        如果问题与特定模块相关,请选择相关项(如果不适用,请选择“无”):
  - type: dropdown
    attributes:
      label: 文本检测
      options:
        - ctd
        - stariver_ocr
  - type: dropdown
    attributes:
      label: OCR
      options:
        - google_lens
        - manga_ocr
        - mit32px
        - mit48px_ctc
        - mit48px
        - stariver_ocr
        - windows ocr
  - type: dropdown
    attributes:
      label: Inpaint
      options:
        - opencv-tela
        - patchmatch
        - aot
        - lama_mpe
        - lama_large_512px
  - type: dropdown
    attributes:
      label: 翻译器
      options:
        - Baidu
        - Caiyun
        - ChatGPT
        - ChatGPT_exp
        - DeepL
        - DeepL Free
        - DeepLX API
        - google
        - Papago
        - Sakura
  - type: textarea
    attributes:
      label: 屏幕截图
@@ -50,6 +100,7 @@ body:
      label: 日志
      description: |
        请复制粘贴日志内容(内容会自动格式化为代码块)。
      render: shell
  - type: textarea
    attributes:
      label: 其他信息
+1 −0
Original line number Diff line number Diff line
name: Feature Request
title: "Feature Request:" # Default title
description: Propose new features or optimizations
labels: [feature]
body:
+1 −0
Original line number Diff line number Diff line
name: 功能建议
title: "Feature Request:" # 默认标题
description: 提出新功能或优化建议
labels: [feature]
body: