docs: add feedback and community entrypoints

This commit is contained in:
xingwudao
2026-06-09 16:50:04 +08:00
parent f01f95b905
commit 60cfc45933
24 changed files with 465 additions and 2 deletions
+34
View File
@@ -0,0 +1,34 @@
name: 错别字或排版问题
description: 报告错别字、标点、链接、图片或排版问题。
title: "typo: "
labels:
- typo
body:
- type: input
id: chapter
attributes:
label: 章节
description: 例如:第 3 章:给 ETF 分钱
validations:
required: true
- type: input
id: section
attributes:
label: 小节
description: 例如:3.2 风险平价
validations:
required: true
- type: textarea
id: original
attributes:
label: 原文片段
description: 请粘贴需要修正的原文。
validations:
required: true
- type: textarea
id: suggestion
attributes:
label: 建议修改
description: 请写出你建议改成什么。
validations:
required: true