mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-25 01:25:04 +08:00
5e225b2898
Co-authored-by: StarHeart <starheart233@gmail.com> Co-authored-by: Ju4tCode <42488585+yanyongyu@users.noreply.github.com>
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
|