diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100755 index 0000000..3090331 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -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