[PATCH v2 2/2] gitlab: Add issue template for a feature request

Peter Krempa pkrempa at redhat.com
Tue Dec 1 05:52:17 UTC 2020


Try to motivate the users to describe what they want to achieve before
diving down into technical specifics.

Signed-off-by: Peter Krempa <pkrempa at redhat.com>
---
 .gitlab/issue_templates/feature.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 .gitlab/issue_templates/feature.md

diff --git a/.gitlab/issue_templates/feature.md b/.gitlab/issue_templates/feature.md
new file mode 100644
index 0000000000..f32faae82b
--- /dev/null
+++ b/.gitlab/issue_templates/feature.md
@@ -0,0 +1,14 @@
+## Goal
+<!-- Describe the final result you want to achieve. Avoid design specifics. -->
+
+
+## Technical details
+<!-- Describe technical details, design specifics, suggestions, versions, etc. -->
+
+
+## Additional information
+
+
+
+<!-- The line below ensures that proper tags are added to the issue. -- >
+/label ~enhancement
-- 
2.28.0




More information about the libvir-list mailing list