Commit 6cd43272 authored by Sergey Pinus's avatar Sergey Pinus
Browse files

Update templates

parent 59b258e1
Loading
Loading
Loading
Loading
+0 −70
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

  - 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.
+58 −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 follow these steps before creating an issue** 🚨

        1. Ensure your repository is up-to-date by running one of the following commands:
           - `.\git\bin\git.exe pull`
           - `.\PortableGit\bin\git.exe pull`
           - `git pull`
           
        2. Check if a similar issue already exists.

        3. Provide as much detail as possible, including crash logs (if applicable).
  - type: textarea
    validations:
      required: true
    attributes:
      label: Version Info
      description: |
        Please provide the version information of BallonsTranslator. Copy the following details from the console output (if missing, save your project and restart the application):
        - Python version and interpreter path
        - Application version, branch, and Commit Hash
      placeholder: |
        Example:
        py version: 3.10.9 (tags/v3.10.9:...)
        py executable: Path\to\interpreter
        version: 1.4.0
        branch: dev
        Commit hash: 53eee46fd7bef117a4ada9a86843c3bf6e37d953
  - type: textarea
    validations:
      required: true
    attributes:
      label: Description of the Problem
      description: |
        Please describe the bug in detail and provide reproduction steps.
  - type: textarea
    attributes:
      label: Screenshot
      description: |
        If possible, attach a screenshot of the issue (you can drag and drop the image).
  - type: textarea
    attributes:
      label: Logs
      description: |
        Paste the log output here (it 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.
+57 −0
Original line number Diff line number Diff line
name: 漏洞反馈
description: 报告一个漏洞
labels: [bug]
body:
  - type: markdown
    attributes:
      value: |
        ## 在开始之前

        🚨 **请务必按以下步骤操作** 🚨

        1. 请确保在创建问题前更新仓库,运行以下任一命令:
           - `.\git\bin\git.exe pull`
           - `.\PortableGit\bin\git.exe pull`
           - `git pull`
           
        2. 检查是否已有类似问题存在。

        3. 请尽可能提供详细信息,包括崩溃日志(如有)。
  - type: textarea
    validations:
      required: true
    attributes:
      label: 版本信息
      description: |
        请提供 BallonsTranslator 的版本信息。请复制控制台显示的以下内容(如果信息消失,请保存项目并重启程序):
        - Python 版本及解释器路径
        - 应用版本、分支及 Commit Hash
      placeholder: |
        示例:
        py version: 3.10.9 (tags/v3.10.9:...)
        py executable: 路径\到\解释器
        version: 1.4.0
        branch: dev
        Commit hash: 53eee46fd7bef117a4ada9a86843c3bf6e37d953
  - type: textarea
    validations:
      required: true
    attributes:
      label: 问题描述
      description: |
        请详细描述问题,并提供复现步骤。
  - type: textarea
    attributes:
      label: 屏幕截图
      description: |
        如果可能,请附上错误时的屏幕截图(可直接拖拽图片)。
  - type: textarea
    attributes:
      label: 日志
      description: |
        请复制粘贴日志内容(内容会自动格式化为代码块)。
  - type: textarea
    attributes:
      label: 其他信息
      description: |
        其他你想提供的信息。
+58 −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 follow these steps before creating an issue** 🚨

        1. Ensure your repository is up-to-date by running one of the following commands:
           - `.\git\bin\git.exe pull`
           - `.\PortableGit\bin\git.exe pull`
           - `git pull`
           
        2. Check if a similar feature request already exists.
  - type: textarea
    validations:
      required: true
    attributes:
      label: Version Info
      description: |
        Please provide the version information of BallonsTranslator. Copy the following details from the console output (if missing, save your project and restart the application):
        - Python version and interpreter path
        - Application version, branch, and Commit Hash
      placeholder: |
        Example:
        py version: 3.10.9 (tags/v3.10.9:...)
        py executable: Path\to\interpreter
        version: 1.4.0
        branch: dev
        Commit hash: 53eee46fd7bef117a4ada9a86843c3bf6e37d953
  - type: dropdown
    validations:
      required: true
    attributes:
      label: Type of Request
      options:
        - New Feature
        - Feature Optimization
  - type: textarea
    validations:
      required: true
    attributes:
      label: Description
      description: |
        Please 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 drag and drop the image).
  - type: textarea
    attributes:
      label: Additional Information
      description: |
        Any additional information you would like to provide.
+58 −0
Original line number Diff line number Diff line
name: 功能建议 / Feature Request
description: 提出你希望软件实现的新功能或优化 / Propose new features or optimizations
labels: [feature]
name: 功能建议
description: 提出新功能或优化建议
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.
        1. 请确保在提交建议前更新仓库,运行以下任一命令:
           - `.\git\bin\git.exe pull`
           - `.\PortableGit\bin\git.exe pull`
           - `git pull`
           
        2. 检查是否已有类似建议存在。
  - type: textarea
    validations:
      required: true
    attributes:
      label: 版本信息 / Version Info
      label: 版本信息
      description: |
        请提供 BallonsTranslator 的版本信息。请复制控制台显示的以下内容(如果信息消失,请保存项目并重启程序):
        请提供 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
        示例:
        py version: 3.10.9 (tags/v3.10.9:...)
        py executable: 路径\到\解释器
        version: 1.4.0
        branch: dev
        Commit hash: 53eee46fd7bef117a4ada9a86843c3bf6e37d953

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

        - 新功能
        - 功能优化
  - type: textarea
    validations:
      required: true
    attributes:
      label: 描述 / Description
      label: 描述
      description: |
        请详细描述你希望添加或改进的功能。
        Describe the feature or improvement you would like to see.

  - type: textarea
    attributes:
      label: 图片 / Pictures
      label: 图片
      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
      label: 其他信息
      description: |
        任何你想提供的其他信息。
        Any additional information you would like to provide.
        其他你想提供的信息。
Loading