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

Peter Krempa posted 1 patch 2 years, 9 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/9e8218213107d78a8d53894587649b27a3fd862b.1627291310.git.pkrempa@redhat.com
.gitlab/issue_templates/feature.md | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
[PATCH] gitlab: Add disclaimer to the 'feature' issue template
Posted by Peter Krempa 2 years, 9 months ago
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@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

Re: [PATCH] gitlab: Add disclaimer to the 'feature' issue template
Posted by Jano Tomko 2 years, 9 months ago
On a %A in %Y, Peter Krempa wrote:
> 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@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. -->
> 

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano