update issue templates

This commit is contained in:
Simon Vieille 2020-11-01 13:49:04 +01:00
parent 680587e75c
commit b5e41ff96e
Signed by: deblan
GPG key ID: 03383D15A1D31745
3 changed files with 42 additions and 37 deletions

View file

@ -0,0 +1,16 @@
---
name: "Request a feature"
about: "Use this template if you want to request a feature"
title: "[FEATURE] "
labels:
- enhancement
---
## Feature
### Description of the feature
...
### Benefits of the feature
...

View file

@ -0,0 +1,26 @@
---
name: "Issue"
about: "Use this template if you have a bug"
title: "[BUG] "
labels:
- bug
---
## Issue
### Environment
* Side menu version:
* Nextcloud version:
* PHP version:
* Web server (Nginx, Apache2):
* Web browser and version (Firefox 80, Google Chrome 74, etc):
```
Insert your configuration here. You can export the configuration using the admin page.
```
### Steps to reproduce
### Observed Results
### Expected Results

View file

@ -1,37 +0,0 @@
## Feature
### Description
...
### Benefits
...
---
## Issue
### Environment
* Side menu version: ...
* Nextcloud version: ...
* PHP version: ...
* Web server (Nginx, Apache2): ...
* Web browser and version (Firefox 80, Google Chrome 74, etc): ...
**Please, attach your configuration (config.json)**
### Steps to reproduce
* ...
* ...
* ...
### Observed Results
...
### Expected Results
...