From d4adda19b3999aaf0f7ec87dc33fc6e8f333c744 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 29 Dec 2022 22:45:36 +0100 Subject: [PATCH] add gitea ISSUE/FEATURE templates --- .gitea/issue_template/ISSUE_TEMPLATE.md | 32 ------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .gitea/issue_template/ISSUE_TEMPLATE.md diff --git a/.gitea/issue_template/ISSUE_TEMPLATE.md b/.gitea/issue_template/ISSUE_TEMPLATE.md deleted file mode 100644 index f970300..0000000 --- a/.gitea/issue_template/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: "New issue" -about: "Use this template if you have a bug" -title: "[BUG] " -labels: - - bug ---- -## Issue - -### Environment - -* Custom 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 - -...