Initial commit
This commit is contained in:
23
wechat-mini-program/components/mp-html/.github/ISSUE_TEMPLATE/bug.md
vendored
Normal file
23
wechat-mini-program/components/mp-html/.github/ISSUE_TEMPLATE/bug.md
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
name: 提交 Bug
|
||||
about: 如果发现某部分功能表现与文档描述不符或出错,请选择此模板反馈
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--注意:必须严格按照下列要求反馈 bug,以便尽快确定问题并修复,不符合要求的反馈不予处理-->
|
||||
|
||||
## 使用环境
|
||||
<!--请注明使用的小程序平台和基础库版本等环境信息-->
|
||||
|
||||
## 问题描述
|
||||
<!--请详细描述遇到的问题,可以附上截图-->
|
||||
|
||||
## 复现方式
|
||||
<!--
|
||||
注意:无法复现的问题将不予处理
|
||||
如果将您使用的 html 内容拷贝到示例项目中就能复现问题,请在下方附上您使用的 html 内容
|
||||
如果在示例项目中无法复现,请附上能够复现的 demo 项目并说明复现方式
|
||||
-->
|
||||
14
wechat-mini-program/components/mp-html/.github/ISSUE_TEMPLATE/enhancement.md
vendored
Normal file
14
wechat-mini-program/components/mp-html/.github/ISSUE_TEMPLATE/enhancement.md
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
name: 新功能需求
|
||||
about: 如果需要某些新功能或有改进建议,请选择此模板反馈
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--注意:提出的新功能或改进建议应有一定的应用场景和通用性,如果您已经实现了改进可以直接提交 pr-->
|
||||
|
||||
## 新功能描述
|
||||
|
||||
## 应用场景
|
||||
12
wechat-mini-program/components/mp-html/.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
12
wechat-mini-program/components/mp-html/.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
name: 咨询问题
|
||||
about: 如果找不到文档对某功能的描述或描述不清,请选择此模板咨询
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--注意:提问前请确认已经在文档中查找过没有相关资料或文档没有描述清楚-->
|
||||
|
||||
## 问题描述
|
||||
Reference in New Issue
Block a user