2022-10-07 09:53:56 +00:00
|
|
|
|
name: 新功能提议
|
|
|
|
|
description: 提出新功能
|
|
|
|
|
title: '[Feat]: '
|
|
|
|
|
labels: [ "enhancement ✨" ]
|
|
|
|
|
|
|
|
|
|
body:
|
|
|
|
|
# User's README and agreement
|
|
|
|
|
- type: markdown
|
|
|
|
|
attributes:
|
|
|
|
|
value: |
|
|
|
|
|
## 感谢您愿意为本程序提出建议!
|
|
|
|
|
## 以下是一些注意事项,请务必阅读让我们能够更容易处理
|
|
|
|
|
|
|
|
|
|
### ❗ | 确定没有相同问题的Feature已被提出或实现。
|
|
|
|
|
### 📝 | 确定现有的PR和代码并没有该功能的实现/相似的功能。
|
|
|
|
|
|
|
|
|
|
## 如果您不知道如何有效、精准地表述,我们建议您先阅读《提问的智慧》
|
|
|
|
|
链接: [《提问的智慧》](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md)
|
|
|
|
|
---
|
|
|
|
|
- type: checkboxes
|
|
|
|
|
id: terms
|
|
|
|
|
attributes:
|
|
|
|
|
label: 请确保您已阅读以上注意事项,并勾选下方的确认框。
|
|
|
|
|
options:
|
|
|
|
|
- label: "我确定这是一个从未被提出和实现过的功能。"
|
|
|
|
|
required: true
|
2023-02-15 05:44:44 +00:00
|
|
|
|
- label: "我已经在 [Issue Tracker](https://github.com/PaiGramTeam/PaiGram/issues) 以及 [Pull Request](https://github.com/PaiGramTeam/PaiGram/pulls) 中找过我要提出的功能,没有找到相同功能的ISSUE和PR。"
|
2022-10-07 09:53:56 +00:00
|
|
|
|
required: true
|
|
|
|
|
- label: 我已知晓并同意,此处仅用于建议新功能。若这个 Issue 是关于其他非主题的问题,则我的 Issue 可能会被无条件自动关闭或/并锁定。
|
|
|
|
|
required: true
|
|
|
|
|
- label: 我已知晓并同意,如果我不按照模板提供的指示进行填写,则我的 Issue 可能会被无条件删除。
|
|
|
|
|
required: true
|
|
|
|
|
|
|
|
|
|
# Input | Feature
|
|
|
|
|
- type: textarea
|
|
|
|
|
id: feature-to-add
|
|
|
|
|
attributes:
|
|
|
|
|
label: 需要添加的功能内容
|
|
|
|
|
description: |
|
|
|
|
|
请具体提出想添加的功能,包括实现的模拟(如有)
|
|
|
|
|
是否有类似的功能已经实现?如有请肯定地提出与该功能不同的地方/想改进/添加该功能的哪一部分。
|
|
|
|
|
validations:
|
|
|
|
|
required: true
|