Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
franklupo committed Apr 5, 2022
2 parents 832756e + ee3f336 commit 9346c5e
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
name: Bug Report
description: File a bug report
labels: [needs investigation]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report. Note that this template is only for bug reports.
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Please describe the issue briefly. You can use log, screenshots, gifs or videos to further explain your problem.
placeholder: Describe your issue!
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
description: Please provide a clear and concise description of what you expected to happen.
placeholder: Describe the expected behavior!
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell

- type: input
id: proxmox-ve-version
attributes:
label: Proxmox VE Version
description: Proxmox VE Version
placeholder: 5.X.X
validations:
required: true

- type: input
id: bug-version
attributes:
label: Version (bug)
description: With which version are you experiencing the issue?
placeholder: 1.X.X
validations:
required: true
- type: input
id: working-version
attributes:
label: Version (working)
description: Did it work on a previous version? If so, which version?
placeholder: 1.X.X
- type: dropdown
id: os
attributes:
label: On what operating system are you experiencing the issue?
description: You don't have to test it on every os.
multiple: true
options:
- Windows
- Mac OSX
- Linux
- Other
validations:
required: true

- type: checkboxes
id: pr
attributes:
label: Pull Request
description: Are you interested in implementing a fix via a Pull Request? That would be the fastest way to resolve your issue. We appreciate every contribution!
options:
- label: I would like to do a Pull Request

0 comments on commit 9346c5e

Please sign in to comment.