cloud_bbb/.github/ISSUE_TEMPLATE/bug_report.md

59 lines
1.5 KiB
Markdown
Raw Normal View History

2020-05-02 20:57:54 +02:00
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
<!--
ATTENTION !!!
Before you open an issue, please read the installation and troubleshooting section in the README.
https://github.com/sualko/cloud_bbb/blob/master/README.md
Bug reports which don't use this template will be closed immediately.
-->
**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.
**System (please complete the following information):**
- Browser with version [e.g. chrome, safari]
- App version [e.g. 0.1.0]
- Nextcloud version [e.g. 18.0.1]
- BigBlueButton version [e.g. 2.2.9]
- Is your BigBlueButton instance working with Greenligh? yes/no
- Did you enter your BBB API url and secret? yes/no
2022-01-28 09:56:13 +01:00
- Are you using a load balancer, like Scalelite? yes/no
2020-05-02 20:57:54 +02:00
**Nextcloud log:**
<!-- Are there any errors in your Nextcloud log related to this app? -->
```
REPLACE ME WITH YOUR NEXTCLOUD LOG
```
**Javascript log:**
<!-- Are there any errors or entries in your javascript console related to this app? You can open the console with CTRL+SHIFT+I -->
```
REPLACE ME WITH YOUR JS LOG
```
**Additional context**
Add any other context about the problem here.