[mirotalksfu] - imporve issue template
هذا الالتزام موجود في:
@@ -1,48 +0,0 @@
|
|||||||
---
|
|
||||||
name: "\U0001F41B Bug report"
|
|
||||||
about: File a bug report to help improve MiroTalk.
|
|
||||||
title: ''
|
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# Bug Report
|
|
||||||
|
|
||||||
`IMPORTANT`: We primarily use GitHub as an issue tracker. Just open an issue here if you have encountered a bug in MiroTalk.
|
|
||||||
If you have `ideas, suggestions, questions, doubts` about MiroTalk or `need support`, please use the MiroTalk Forum instead:
|
|
||||||
|
|
||||||
👉 [https://discord.gg/rgGYfeYW3N](https://discord.gg/rgGYfeYW3N)
|
|
||||||
|
|
||||||
## Describe the bug
|
|
||||||
|
|
||||||
A clear and concise description of what the bug is.
|
|
||||||
|
|
||||||
## To reproduce
|
|
||||||
|
|
||||||
Steps to reproduce the behavior:
|
|
||||||
|
|
||||||
1. Go to '...'
|
|
||||||
2. Click on '....'
|
|
||||||
3. Scroll down to '....'
|
|
||||||
4. See error
|
|
||||||
|
|
||||||
## Expected behavior
|
|
||||||
|
|
||||||
A clear and concise description of what you expected to happen.
|
|
||||||
|
|
||||||
## Screenshots
|
|
||||||
|
|
||||||
If applicable, add screenshots to help explain your problem.
|
|
||||||
|
|
||||||
## Desktop - Mobile
|
|
||||||
|
|
||||||
Please complete the following information:
|
|
||||||
|
|
||||||
- Device or OS: [e.g. iPhone6, Android, Linux, Mac, Windows]
|
|
||||||
- Browser [e.g. Chrome, Safari]
|
|
||||||
- Version [e.g. 22]
|
|
||||||
|
|
||||||
## Additional context
|
|
||||||
|
|
||||||
Add any other context about the problem here.
|
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
---
|
|
||||||
name: "\U0001F680 Feature request"
|
|
||||||
about: Suggest a new feature to improve MiroTalk.
|
|
||||||
title: ''
|
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# Feature request
|
|
||||||
|
|
||||||
A clear and concise description of the feature request.
|
|
||||||
|
|
||||||
## Pros
|
|
||||||
|
|
||||||
A clear and concise description of the feature request pros.
|
|
||||||
|
|
||||||
## Additional context
|
|
||||||
|
|
||||||
Add any other context or screenshots about the feature request here.
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
name: "\U0001F64BQuestion - discussion - feedback."
|
|
||||||
about: Anything not related to bugs or features request.
|
|
||||||
title: ''
|
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# MiroTalk forum
|
|
||||||
|
|
||||||
If you have `ideas, suggestions, questions, doubts` about MiroTalk or `need support`, please use the MiroTalk Forum instead:
|
|
||||||
|
|
||||||
👉 [https://discord.gg/rgGYfeYW3N](https://discord.gg/rgGYfeYW3N)
|
|
||||||
|
|
||||||
85
.github/ISSUE_TEMPLATE/1-bug.yml
مباع
Normal file
85
.github/ISSUE_TEMPLATE/1-bug.yml
مباع
Normal file
@@ -0,0 +1,85 @@
|
|||||||
|
name: Bug report
|
||||||
|
description: File a bug report and help us improve
|
||||||
|
#labels: ["bug"]
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
This issue tracker is only for reporting bugs and tracking issues related to the source code.
|
||||||
|
|
||||||
|
**Before posting, please make sure to check if the same or similar bugs have already been reported.**
|
||||||
|
|
||||||
|
⚠️ General questions regarding usage, installation, etc. should be posted in our [community forum](https://discord.gg/rgGYfeYW3N).
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Describe the bug
|
||||||
|
description: A clear and concise description of what the bug is.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Steps to reproduce
|
||||||
|
description: Steps to reproduce the behavior.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Expected behavior
|
||||||
|
description: A clear and concise description of what you expected to happen.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: "**Please select at least one device where the problem occurs.**"
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Device
|
||||||
|
description: Please provide the device where the problem manifests.
|
||||||
|
options:
|
||||||
|
- label: Android
|
||||||
|
- label: iPhone
|
||||||
|
- label: Linux
|
||||||
|
- label: Mac
|
||||||
|
- label: Windows
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: "**Please select at least one browser where the problem occurs.**"
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Browser
|
||||||
|
description: Please provide the browser where the problem manifests.
|
||||||
|
options:
|
||||||
|
- label: Chrome (or Chromium based)
|
||||||
|
- label: Firefox
|
||||||
|
- label: Safari
|
||||||
|
- label: Android browser
|
||||||
|
- label: iOS browser
|
||||||
|
- label: Other desktop browser
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Relevant log output
|
||||||
|
description: Please copy and paste any relevant log output. The browser console logs (if applicable) is a good start. This will be automatically formatted into code, so no need for backticks.
|
||||||
|
render: shell
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: "**Please indicate whether the problem is reproducible on sfu.mirotalk.com.**"
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Reproducibility
|
||||||
|
description: Is the bug reproducible on sfu.mirotalk.com?
|
||||||
|
options:
|
||||||
|
- label: Yes
|
||||||
|
- label: No
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Additional context
|
||||||
|
description: Please provide more details in case they apply (such as the MiroTalk SFU version you are running, if you are hosting your own server).
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
**Attach images or screenshots**
|
||||||
|
|
||||||
|
If applicable, you can drag and drop images directly into this issue. Screenshots or videos can help illustrate the problem clearly.
|
||||||
26
.github/ISSUE_TEMPLATE/2-feature.yml
مباع
Normal file
26
.github/ISSUE_TEMPLATE/2-feature.yml
مباع
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
name: Feature request
|
||||||
|
description: Suggest an idea for MiroTalk SFU
|
||||||
|
labels: ["feature-request"]
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Thank you for suggesting an idea to make MiroTalk SFU better.
|
||||||
|
|
||||||
|
**Note**: the ultimate decision for implementing features lies on the MiroTalk team, not all feature requests shall be accepted.
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Feature request
|
||||||
|
description: A clear and concise description of the feature request.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Pros
|
||||||
|
description: A clear and concise description of the feature request pros.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Additional context
|
||||||
|
description: Add any other context about the feature request here.
|
||||||
5
.github/ISSUE_TEMPLATE/config.yml
مباع
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
مباع
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: Community Forum
|
||||||
|
url: https://discord.gg/rgGYfeYW3N
|
||||||
|
about: Ask questions and get help from the community.
|
||||||
المرجع في مشكلة جديدة
حظر مستخدم