mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-05 05:12:45 +08:00
* refactor: refactor workflows contents. * add tool workflows. * update field. * fix: remove chat error. * Fix err. * fix error. * remove cn comment. * update workflows files. * update infra config. * move workflows.
31 lines
971 B
YAML
31 lines
971 B
YAML
name: 🐧 Other
|
|
description: Use this for any other issues. Please do NOT create blank issues
|
|
title: "[Other]: <give this problem a name>"
|
|
labels: ["other"]
|
|
# assignees: []
|
|
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: "# Other issue"
|
|
- type: textarea
|
|
id: issuedescription
|
|
attributes:
|
|
label: What would you like to share?
|
|
description: Provide a clear and concise explanation of your issue.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: extrainfo
|
|
attributes:
|
|
label: Additional information
|
|
description: Is there anything else we should know about this issue?
|
|
validations:
|
|
required: false
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
You can also join our Discord community [here](https://join.slack.com/t/openimsdk/shared_invite/zt-1tmoj26uf-_FDy3dowVHBiGvLk9e5Xkg)
|
|
Feel free to check out other cool repositories of the openim Community [here](https://github.com/openimsdk)
|