From 3a6766673e2359e9dba54f251f48d707d62500f1 Mon Sep 17 00:00:00 2001 From: Valentino Pinna Date: Wed, 29 Nov 2023 14:11:31 +0100 Subject: [PATCH] Removed gitlab templates --- .gitlab/issue_templates/bug_report.md | 32 ---------------------- .gitlab/issue_templates/feature_request.md | 20 -------------- 2 files changed, 52 deletions(-) delete mode 100644 .gitlab/issue_templates/bug_report.md delete mode 100644 .gitlab/issue_templates/feature_request.md diff --git a/.gitlab/issue_templates/bug_report.md b/.gitlab/issue_templates/bug_report.md deleted file mode 100644 index a8ee82a21..000000000 --- a/.gitlab/issue_templates/bug_report.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: bug -assignees: '' - ---- - -**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. - -**Java complete Stack Trace** -If applicable, paste the entire Java stack trace output. - -**Please complete the following information:** -* Device memory, CPU and OS -* Java Version -* R Version (if applicable) - -**Additional context** -Add any other context about the problem here. diff --git a/.gitlab/issue_templates/feature_request.md b/.gitlab/issue_templates/feature_request.md deleted file mode 100644 index bbcbbe7d6..000000000 --- a/.gitlab/issue_templates/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -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.