mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-14 21:52:56 +08:00
19 lines
366 B
YAML
19 lines
366 B
YAML
name: 文档改进
|
|
title: "Docs: 描述"
|
|
description: 文档错误及改进意见反馈
|
|
labels: ["documentation"]
|
|
body:
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: 描述问题或主题
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: improve
|
|
attributes:
|
|
label: 需做出的修改
|
|
validations:
|
|
required: true
|