From e88c6dae726517e2b07546d0dfef9a12c63ad2b8 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 17 Apr 2024 18:02:50 +0200 Subject: [PATCH] Create BUG_REPORT.yml --- .github/ISSUE_TEMPLATE /BUG_REPORT.yml | 47 ++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE /BUG_REPORT.yml diff --git a/.github/ISSUE_TEMPLATE /BUG_REPORT.yml b/.github/ISSUE_TEMPLATE /BUG_REPORT.yml new file mode 100644 index 0000000..df5c08d --- /dev/null +++ b/.github/ISSUE_TEMPLATE /BUG_REPORT.yml @@ -0,0 +1,47 @@ +name: "\U0001F41E Bug Report" +description: Create a report to help us improve the container +title: "[Bug]: " +labels: ["bug"] +body: + - type: input + id: os + attributes: + label: OS version + description: The Linux distribution and kernel version as shown by `uname -a` + validations: + required: true + - type: input + id: docker + attributes: + label: Docker version + description: The Docker version as shown by `docker -v` + validations: + required: true + - type: textarea + id: summary + attributes: + label: Summary + description: A clear and concise description of what the problem is. + validations: + required: true + - type: textarea + id: compose + attributes: + label: Docker Compose file + description: The Docker Compose file (or otherwise `run` command) of the container + validations: + required: true + - type: textarea + id: log + attributes: + label: Docker log + description: The Docker logfile of the container + validations: + required: true + - type: textarea + id: screenshot + attributes: + label: Screenshots + description: Screenshot of the problem + validations: + required: false