Unverified Commit 3275d13e authored by Sergey Pinus's avatar Sergey Pinus Committed by GitHub
Browse files

Merge pull request #770 from bropines/dev

Add issues templates
parents 53eee46f 2a2f5402
Loading
Loading
Loading
Loading
+71 −0
Original line number Diff line number Diff line
name: 漏洞反馈 / Bug Report
description: 报告一个漏洞 / Report a bug
labels: [bug 🐛]
body:
  - type: markdown
    attributes:
      value: |
        ## 在开始之前 / Before you begin
        
        🚨 **请勿略过说明 / Please do not skip instructions** 🚨

        1. 请确保在打开一个新议题之前,查找并确认不要与已有议题重复。
           
           Please make sure to look for existing issues before opening a new one.

        2. 请尽可能多地提供信息,包括崩溃日志(如果适用)。
           
           Please provide as much information as possible, including crash logs if applicable.
  
  - type: textarea
    validations:
      required: true
    attributes:
      label: 版本信息 / Version Info
      description: |
        请提供 BallonsTranslator 的版本信息。请复制控制台显示的以下内容(如果信息消失,请保存项目并重启程序):
        - Python 版本及解释器路径
        - 应用版本、分支及 Commit Hash

        Please provide the version information of BallonsTranslator. Copy the following fields 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: |
        Example:
        py version: 3.10.9 (tags/v3.10.9:1dd9be6, Dec  6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]
        py executable: G:\Ballon-translator-portable-main\venv\Scripts\python.exe
        version: 1.4.0
        branch: dev
        Commit hash: 53eee46fd7bef117a4ada9a86843c3bf6e37d953
      render: shell

  - type: textarea
    validations:
      required: true
    attributes:
      label: 问题描述 / Description of the problem
      description: |
        请详细描述这个漏洞,并提供复现步骤。
        Describe the bug in detail and provide reproduction steps.
  
  - type: textarea
    attributes:
      label: 屏幕截图 / Screenshot
      description: |
        如果可以,请附上发生错误时的屏幕截图。你可以直接拖拽图片到文本框。
        If possible, attach a screenshot when the error occurred. You can simply drag and drop the image into the text box.
  
  - type: textarea
    attributes:
      label: 日志 / Logs
      description: |
        请复制粘贴日志内容,它们会自动格式化为代码块。
        Paste logs here; they will be auto-formatted as a code block.
      render: shell

  - type: textarea
    attributes:
      label: 其他信息 / Additional Information
      description: |
        任何你想提供的其他信息。
        Any additional information you would like to provide.
+68 −0
Original line number Diff line number Diff line
name: 功能建议 / Feature Request
description: 提出你希望软件实现的新功能或优化 / Propose new features or optimizations
labels: [feature ✨]
body:
  - type: markdown
    attributes:
      value: |
        ## 在开始之前 / Before you begin
        
        🚨 **请勿略过说明 / Please do not skip instructions** 🚨

        1. 请确保在打开一个新议题之前,查找并确认不要与已有议题重复。
           
           Please make sure to look for existing issues before opening a new one.
  
  - type: textarea
    validations:
      required: true
    attributes:
      label: 版本信息 / Version Info
      description: |
        请提供 BallonsTranslator 的版本信息。请复制控制台显示的以下内容(如果信息消失,请保存项目并重启程序):
        - Python 版本及解释器路径
        - 应用版本、分支及 Commit Hash

        Please provide the version information of BallonsTranslator. Copy the following fields 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: |
        Example:
        py version: 3.10.9 (tags/v3.10.9:1dd9be6, Dec  6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]
        py executable: G:\Ballon-translator-portable-main\venv\Scripts\python.exe
        version: 1.4.0
        branch: dev
        Commit hash: 53eee46fd7bef117a4ada9a86843c3bf6e37d953
      render: shell

  - type: dropdown
    validations:
      required: true
    attributes:
      label: 建议类型 / Type of request
      options:
        - 新功能 / New feature
        - 功能优化 / Optimization of feature

  - type: textarea
    validations:
      required: true
    attributes:
      label: 描述 / Description
      description: |
        请详细描述你希望添加或改进的功能。
        Describe the feature or improvement you would like to see.
  
  - type: textarea
    attributes:
      label: 图片 / Pictures
      description: |
        如果可以,请附上相关示例或界面截图。你可以直接拖拽图片到文本框。
        If possible, attach relevant examples or UI screenshots. You can simply drag and drop the image into the text box.
  
  - type: textarea
    attributes:
      label: 其他信息 / Additional Information
      description: |
        任何你想提供的其他信息。
        Any additional information you would like to provide.