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

Peter Krempa pkrempa at redhat.com
Thu Nov 26 13:23:19 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 | 26 ++++++++++++++++++++++++++
 1 file changed, 26 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..ef97e65912
--- /dev/null
+++ b/.gitlab/issue_templates/feature.md
@@ -0,0 +1,26 @@
+<!-- This issue describes a feature request in libvirt -->
+
+<!--
+  Note: Sections like this one will be stripped out once you submit the issue.
+-->
+
+## Goal
+<!--
+  Please describe the final result you want to achieve. Try refrain from
+  design specifics.
+-->
+
+
+## Technical details
+<!--
+  Describe possible technical details, design specific, suggestions, versions
+  of components needed to support the feature, 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