Skip to content

Commit

Permalink
Adds issue template to github (#613)
Browse files Browse the repository at this point in the history
Co-authored-by: Rui Graça <[email protected]>
  • Loading branch information
RuiG19 and Rui Graça committed Jan 23, 2024
1 parent 339a2ca commit 47dc5f4
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
name: Bug Report
description: Create a report to help us improve
title: "[BUG]: <title>"
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

0 comments on commit 47dc5f4

Please sign in to comment.