Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh: update default bug report template #22

Merged
merged 1 commit into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading