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.
65 lines
2.4 KiB
YAML
65 lines
2.4 KiB
YAML
name: Deployment issue
|
|
title: "[Deployment] "
|
|
labels: ["deployment"]
|
|
description: "Create a detailed report to help us identify and resolve deployment issues."
|
|
# assignees: []
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: "Thank you for taking the time to fill out the deployment issue report. Please provide as much information as possible to help us understand and resolve the issue."
|
|
|
|
- type: input
|
|
id: openim-server-version
|
|
attributes:
|
|
label: OpenIM Server Version
|
|
description: "Please provide the version number of OpenIM Server you are using."
|
|
placeholder: "e.g., 3.8.0"
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: operating-system
|
|
attributes:
|
|
label: Operating System and CPU Architecture
|
|
description: "Please select the operating system and describe the CPU architecture."
|
|
options:
|
|
- Linux (AMD)
|
|
- Linux (ARM)
|
|
- Windows (AMD)
|
|
- Windows (ARM)
|
|
- macOS (AMD)
|
|
- macOS (ARM)
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: deployment-method
|
|
attributes:
|
|
label: Deployment Method
|
|
description: "Please specify how OpenIM Server was deployed."
|
|
options:
|
|
- Source Code Deployment
|
|
- Docker Deployment
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: issue-description-reproduction
|
|
attributes:
|
|
label: Issue Description and Steps to Reproduce
|
|
description: "Provide a detailed description of the issue and a step-by-step guide on how to reproduce it."
|
|
placeholder: "Describe the issue in detail here...\n\nSteps to reproduce the issue on the server:\n1. Start the server with specific configurations (mention any relevant config details).\n2. Make an API call to '...' endpoint with the following payload '...'.\n3. Observe the behavior and note any error messages or logs.\n4. Mention any additional setup relevant to the bug (e.g., database version, external service dependencies)."
|
|
validations:
|
|
required: true
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: "If possible, please add screenshots to help explain your problem."
|
|
|
|
- type: textarea
|
|
id: screenshots-link
|
|
attributes:
|
|
label: Screenshots Link
|
|
description: "If applicable, please provide any links to screenshots here."
|
|
placeholder: "Paste your screenshot URL here, e.g., http://imgur.com/example" |