Skip to content

Commit

Permalink
gh: update default bug report template
Browse files Browse the repository at this point in the history
Move the org wide bug report template to use Github's
issue form.

Signed-off-by: Mikko Ylinen <[email protected]>
  • Loading branch information
mythi authored and fitzthum committed Aug 28, 2024
1 parent 458f0bb commit e77f194
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 13 deletions.
59 changes: 59 additions & 0 deletions .github/ISSUE_TEMPLATE/01-bug-report.yml
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

13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

0 comments on commit e77f194

Please sign in to comment.