From b5e41ff96ed1d82a8756c52ac6e868ea9693b10b Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 1 Nov 2020 13:49:04 +0100 Subject: [PATCH] update issue templates --- .gitea/issue_template/FEATURE_TEMPLATE.md | 16 ++++++++++ .gitea/issue_template/ISSUE_TEMPLATE.md | 26 ++++++++++++++++ ISSUE_TEMPLATE.md | 37 ----------------------- 3 files changed, 42 insertions(+), 37 deletions(-) create mode 100644 .gitea/issue_template/FEATURE_TEMPLATE.md create mode 100644 .gitea/issue_template/ISSUE_TEMPLATE.md delete mode 100644 ISSUE_TEMPLATE.md diff --git a/.gitea/issue_template/FEATURE_TEMPLATE.md b/.gitea/issue_template/FEATURE_TEMPLATE.md new file mode 100644 index 0000000..3d9df17 --- /dev/null +++ b/.gitea/issue_template/FEATURE_TEMPLATE.md @@ -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 + +... diff --git a/.gitea/issue_template/ISSUE_TEMPLATE.md b/.gitea/issue_template/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..33b44a5 --- /dev/null +++ b/.gitea/issue_template/ISSUE_TEMPLATE.md @@ -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 diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index 70de83c..0000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -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 - -...