mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 09:05:04 +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
|