diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 00000000..5ae37e81 --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,31 @@ +## Summary + + + +## Steps to reproduce + + + +## libinput version you encountered the bug on + + + +## Hardware information: + + + +## Other log output: + +- `libinput record` output: +- `libinput debug-events --verbose` output: + + + + +/label ~bug ~needs-investigation diff --git a/.gitlab/issue_templates/FeatureRequest.md b/.gitlab/issue_templates/FeatureRequest.md new file mode 100644 index 00000000..c692cb0b --- /dev/null +++ b/.gitlab/issue_templates/FeatureRequest.md @@ -0,0 +1,32 @@ + + +## Summary + + + +## Feature details + + + +## Affected Hardware + + + +## Implementation in Other Systems + + + + + +/label ~RFE ~needs-investigation