[PATCH] gitlab: Add disclaimer to the 'feature' issue template

Peter Krempa pkrempa at redhat.com
Mon Jul 26 09:21:50 UTC 2021


Add a disclaimer that filing a feature request issue has no guarantees
that anybody will actually implement the feature.

Based on the disclaimer in the QEMU project.

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

diff --git a/.gitlab/issue_templates/feature.md b/.gitlab/issue_templates/feature.md
index f32faae82b..50f5486701 100644
--- a/.gitlab/issue_templates/feature.md
+++ b/.gitlab/issue_templates/feature.md
@@ -1,3 +1,19 @@
+<!--
+This is the upstream libvirt issue tracker.
+
+Please note that libvirt, like most open source projects, relies on
+contributors who have motivation, skills and available time to work on
+implementing particular features.
+
+Feature requests can be helpful for determining demand and interest, but
+they are not a guarantee that a contributor will volunteer to implement
+it. We welcome and encourage even draft patches to implement a feature
+be sent to the mailing list where it can be discussed and developed
+further by the community.
+
+Thank you for your interest in helping us to make libvirt better!
+-->
+
 ## Goal
 <!-- Describe the final result you want to achieve. Avoid design specifics. -->

-- 
2.31.1




More information about the libvir-list mailing list