更新:gitee提问issue模板

This commit is contained in:
若汝棋茗
2024-11-16 10:36:55 +08:00
parent 6ae81596e1
commit 0caae3cfad
3 changed files with 21 additions and 11 deletions

View File

@@ -129,13 +129,7 @@ body:
- type: textarea
attributes:
label: 异常信息
description: 如果有异常请把详细异常堆栈粘贴上来。
- type: textarea
attributes:
label: 截图或视频
description: 如果可以的话,上传任何关于 bug 的截图。
placeholder: |
可在此处进行图片粘贴上传。
description: 如果有异常请把详细异常堆栈粘贴上来。如果可以的话,上传任何关于 bug 的截图。
validations:
required: true
- type: input
@@ -160,7 +154,7 @@ body:
required: true
- type: checkboxes
attributes:
label: 友好承诺
label: 承诺友好
options:
- label: 我承诺将本着相互尊重、理解和友善的态度进行交流,共同维护好 TouchSocket 来之不易的良好的社区氛围。
required: true

View File

@@ -2,8 +2,8 @@ blank_issues_enabled: true
contact_links:
- name: 使用文档
url: https://touchsocket.net//
url: https://touchsocket.net/
about: 一款简单易用的基础网络通讯组件库。
- name: 慷慨赞助
url: https://touchsocket.net//docs/current/donate
url: https://touchsocket.net/docs/current/donate
about: 慷慨赞助

View File

@@ -19,6 +19,10 @@ body:
- Dmtp-WebSocket
- Dmtp-Http
- Dmtp-NamedPipe
- Rpc
- JsonRpc
- XmlRpc
- WebApi
- 其他
validations:
required: true
@@ -93,7 +97,19 @@ body:
required: true
- type: checkboxes
attributes:
label: 友好承诺
label: 承诺支持
options:
- label: 我确定我已经对TouchSocket项目进行了“Star”操作。
required: true
- type: checkboxes
attributes:
label: 承诺规范
options:
- label: 我确定已完整阅读[Issue提问规范](https://touchsocket.net/docs/current/troubleshootissue),并按照要求填写。
required: true
- type: checkboxes
attributes:
label: 承诺友好
options:
- label: 我承诺将本着相互尊重、理解和友善的态度进行交流,共同维护好 TouchSocket 来之不易的良好的社区氛围。
required: true