docs: update issue templates

pull/29/head
Klaus 2020-05-02 20:57:54 +02:00 committed by GitHub
parent 8fe90e0ff8
commit 5f0d0bb77e
2 changed files with 77 additions and 0 deletions

57
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,57 @@
---
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
**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.

View File

@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.