免费转换器

Issue 模板 生成器

为 GitHub 和 GitLab 生成问题报告和功能请求的 Issue 模板

模板类型

平台

Save as: .github/ISSUE_TEMPLATE/bug_report.yml

生成的模板

name: Bug Report
about: Create a report to help us improve
title: '[BUG] '
labels: []
assignees: ''
body:
  - type: markdown
    attributes:
      value: |
        Thanks for taking the time to fill out this bug report!
  - type: textarea
    id: description
    attributes:
      label: Description
      description: A clear and concise description of what the bug is.
      placeholder: Describe the bug...
    validations:
      required: true
  - type: textarea
    id: steps
    attributes:
      label: Steps to Reproduce
      description: Steps to reproduce the behavior.
      placeholder: |
        1. Go to '...'
        2. Click on '...'
        3. Scroll down to '...'
        4. See error
    validations:
      required: true
  - type: textarea
    id: expected
    attributes:
      label: Expected Behavior
      description: A clear and concise description of what you expected to happen.
    validations:
      required: true
  - type: textarea
    id: actual
    attributes:
      label: Actual Behavior
      description: What actually happened instead.
    validations:
      required: true
  - type: textarea
    id: screenshots
    attributes:
      label: Screenshots
      description: If applicable, add screenshots to help explain your problem.
  - type: textarea
    id: environment
    attributes:
      label: Environment
      description: Please complete the following information.
      placeholder: |
        - OS: [e.g. macOS 14, Windows 11]
        - Browser: [e.g. Chrome 120, Firefox 121]
        - Version: [e.g. 1.2.3]
    validations:
      required: true
  - type: textarea
    id: additional
    attributes:
      label: Additional Context
      description: Add any other context about the problem here.

关于 GitHub 问题模板生成器

直接在浏览器中使用问题模板生成器创建和自定义内容。配置您的首选项、生成输出并下载或复制结果。一切都在客户端运行——您的数据保持私密并且处理是即时的。

如何使用

  1. 配置设置和选项以满足您的要求。
  2. 单击“生成”以创建输出。
  3. 预览结果并根据需要进行调整。
  4. 下载输出文件或将其复制到剪贴板。

常见问题解答

我可以自定义生成的输出吗?
是的。该工具提供了各种自定义选项,可以根据您的特定需求定制输出。在生成之前调整设置,或使用不同的选项重新生成。
生成的内容可以免费使用吗?
是的。您使用此工具生成的所有内容都可以用于个人、教育或商业目的,没有任何限制或归属要求。
这个需要账号吗?
不需要。该工具无需注册、无需电子邮件、无需注册即可立即使用。只需打开页面并开始生成。
我的输入数据是否保密?
是的。所有处理都发生在您的浏览器中。您的输入数据和生成的输出永远不会发送到任何外部服务器。