免費轉換器

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. 下載輸出檔案或將其複製到剪貼簿。

常見問題解答

我可以自訂生成的輸出嗎?
是的。該工具提供了各種自訂選項,可根據您的特定需求自訂輸出。在生成之前調整設置,或使用不同的選項重新生成。
產生的內容可以免費使用嗎?
是的。您使用此工具產生的所有內容都可以用於個人、教育或商業目的,沒有任何限製或歸屬要求。
這個需要帳號嗎?
不需要。該工具無需註冊、無需電子郵件、無需註冊即可立即使用。只需打開頁面並開始生成。
我的輸入資料是否保密?
是的。所有處理都發生在您的瀏覽器中。您的輸入資料和產生的輸出永遠不會發送到任何外部伺服器。