-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gh: update default bug report template
Move the org wide bug report template to use Github's issue form. Signed-off-by: Mikko Ylinen <[email protected]>
- Loading branch information
Showing
2 changed files
with
59 additions
and
13 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,59 @@ | ||
name: Bug Report | ||
description: Create a bug report in case of an error | ||
labels: ["bug"] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please do not use public github issues to report security vulnerabilities. | ||
To report a security vulnerability please follow the security policy found in the security tab of any of our github repositories. | ||
- type: textarea | ||
attributes: | ||
label: Describe the bug | ||
description: | | ||
A clear and concise description of what the bug is. | ||
Include what you expected to happen instead. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: How to reproduce | ||
description: Steps to reproduce the behavior. | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: version | ||
attributes: | ||
label: CoCo version information | ||
description: Trustee, Kata Containers, etc. versions used. | ||
placeholder: Ex. trustee vX.Y.Z, guest-components vX.Y.Z | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: tee | ||
attributes: | ||
label: What TEE are you seeing the problem on | ||
options: | ||
- AzSnpVtpm | ||
- AzTdxVtpm | ||
- Sev | ||
- Sgx | ||
- Snp | ||
- Tdx | ||
- Cca | ||
- Csv | ||
- Se | ||
- Sample | ||
|
||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Failing command and relevant log output | ||
description: Please copy and paste the failing command and any relevant log output. This will be automatically formatted into code, so no need for backticks. | ||
render: shell | ||
|
This file was deleted.
Oops, something went wrong.