From 33e202b8cd429b21ce9a12c3f4fa7ce82da042f3 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 18 Sep 2018 11:54:42 +1000 Subject: [PATCH] Add issue templates for bugs and feature requests Signed-off-by: Peter Hutterer --- .gitlab/issue_templates/Bug.md | 31 ++++++++++++++++++++++++++++++ .gitlab/issue_templates/FeatureRequest.md | 32 +++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 .gitlab/issue_templates/Bug.md create mode 100644 .gitlab/issue_templates/FeatureRequest.md diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 0000000..5ae37e8 --- /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 0000000..c692cb0 --- /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 -- 2.7.4