Skip to content

Commit

Permalink
feat: 馃幐 Add bug issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
kamack38 committed Aug 3, 2022
1 parent 532c847 commit 57c742a
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: 馃悰 Bug report
description: Report errors or unexpected behavior
title: '[Bug]: '
labels: ['bug']
assignees:
- kamack38
- ldrahnik
body:
- type: markdown
attributes:
value: |
Please make sure to [search for existing issues](https://github.com/asus-linux-drivers/asus-touchpad-numpad-driver/issues) before filing a new one!
- type: textarea
id: what-happened
attributes:
label: Describe the bug
description: Describe the bug, include steps to reproduce and if applicable, add screenshots or any other additional information to help explain your problem.
placeholder: A clear and concise description of what the bug is.
validations:
required: true

- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
placeholder: A clear and concise description of what you expected to happen.
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: environment
attributes:
label: Program version
validations:
required: true

0 comments on commit 57c742a

Please sign in to comment.