From 4e9a294362eae7fade4c849624fe9c659807d124 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 25 May 2024 14:08:04 +0200 Subject: [PATCH] Update 1-issue.yml --- .github/ISSUE_TEMPLATE/1-issue.yml | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-issue.yml b/.github/ISSUE_TEMPLATE/1-issue.yml index 5caa57c..1260e43 100644 --- a/.github/ISSUE_TEMPLATE/1-issue.yml +++ b/.github/ISSUE_TEMPLATE/1-issue.yml @@ -1,35 +1,12 @@ name: "\U0001F6A8 Technical issue" description: When you're experiencing problems using the container body: - - type: checkboxes - attributes: - label: Is there no existing issue for this? - description: Please search to see if no solution was already provided before. - options: - - label: I have searched the existing issues - required: true - - type: input - id: cpu - attributes: - label: Machine specifications - description: The processor and RAM amount in your machine. - placeholder: e.g. Raspberry Pi 5 / 8 GB - validations: - required: true - type: input id: os attributes: label: Operating system - description: The distribution and kernel version (as shown by `uname -a`). - placeholder: e.g. Ubuntu 24.04 / Kernel 6.8.0-22-generic - validations: - required: true - - type: input - id: docker - attributes: - label: Docker version - description: The version of the Docker engine (as shown by `docker -v`). - placeholder: e.g. 26.0.1 + description: Your Linux distribution (can be shown by `lsb_release -a`). + placeholder: e.g. Ubuntu 24.04 validations: required: true - type: textarea