forked from COVESA/vsomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds issue template to github (COVESA#613)
Co-authored-by: Rui Graça <[email protected]>
- Loading branch information
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |