You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
971 B
31 lines
971 B
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)
|