mirror of
https://github.com/xingwudao/xquant-beginner.git
synced 2026-08-18 14:28:10 +00:00
docs: add feedback and community entrypoints
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user