From 47dc5f42a5bfa98638ba8026a57aa2b829000e60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rui=20Gra=C3=A7a?= <36234365+RuiG19@users.noreply.github.com> Date: Tue, 23 Jan 2024 10:19:38 +0000 Subject: [PATCH] Adds issue template to github (#613) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Rui Graça --- .github/ISSUE_TEMPLATE/bug-report.yaml | 48 ++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.yaml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml new file mode 100644 index 000000000..65c3e0c0d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -0,0 +1,48 @@ +name: Bug Report +description: Create a report to help us improve +title: "[BUG]: " +labels: bug +body: + - type: input + id: version + attributes: + label: vSomeip Version + placeholder: "v3.4.10" + description: "*or hash of the latest commit used" + validations: + required: true + - type: input + id: environment + attributes: + label: Environment + placeholder: "Windows 11, Ubuntu 22.04, Embedded Linux, QNX, ..." + validations: + required: true + - type: textarea + id: description + attributes: + label: Describe the bug + description: A clear and concise description of what the bug is. + validations: + required: true + - type: textarea + id: reproduction + attributes: + label: Reproduction Steps + description: Steps to reproduce the behavior + validations: + required: false + - type: textarea + id: expected + attributes: + label: Expected behaviour + description: A clear and concise description of what you expected to happen + validations: + required: false + - type: textarea + id: screenshots + attributes: + label: Logs and Screenshots + description: If applicable, add logs and screenshots to help explain your problem. + validations: + required: false