mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +07:00
This commit adds three templates for issue creation, specifically for bug reports, feature requests, and help wanted. The templates contain fields for the user to fill out relevant information such as system environment, browser, bug description, expected behavior, recurrence steps, proposed solution, and additional information. These templates aim to provide a standardized way of submitting issues and help ensure that necessary information is included in the issue report.
16 lines
495 B
YAML
16 lines
495 B
YAML
name: "😇 疑问或帮助 Help Wanted"
|
|
description: "疑问或需要帮助 | Need help"
|
|
title: "[Question] "
|
|
labels: "😇 Help Wanted"
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: "🧐 问题描述 | Proposed Solution"
|
|
description: A clear and concise description of the proplem.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: "📝 补充信息 | Additional Information"
|
|
description: Add any other context about the problem here.
|