Skip to content

Commit

Permalink
feat(ISSUE_TEMPLATE): Add kraftkit version and more platforms (#2182)
Browse files Browse the repository at this point in the history
Reviewed-by: Cezar Craciunoiu <[email protected]>
Approved-by: Cezar Craciunoiu <[email protected]>
  • Loading branch information
craciunoiuc authored Feb 19, 2025
2 parents 6dbe3e7 + 8761857 commit 8313668
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ body:
placeholder: For example, I expected the unikernel to boot and print "Hello, world!"
validations:
required: false
- type: textarea
id: kraftkit-version
attributes:
label: KraftKit version
description: Provide the version of KraftKit you are using, e.g. by running `kraft version`
placeholder: E.g. v0.11.1
validations:
required: false
- type: dropdown
id: architectures
attributes:
Expand All @@ -69,6 +77,9 @@ body:
- linux/alpine
- linux/arch
- linux/other
- openbsd
- freebsd
- netbsd
- windows
- macOS
- type: textarea
Expand Down

0 comments on commit 8313668

Please sign in to comment.