[PATCH] gitlab: issue_template: Remove labelling commands

Peter Krempa posted 1 patch 1 year, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/59868d45971cedd27c3b9a4705f5a0c38f72927e.1654066979.git.pkrempa@redhat.com
.gitlab/issue_templates/bug.md     | 5 -----
.gitlab/issue_templates/feature.md | 5 -----
2 files changed, 10 deletions(-)
[PATCH] gitlab: issue_template: Remove labelling commands
Posted by Peter Krempa 1 year, 11 months ago
The commands only work for users who are members of the project and thus
can set flags themselves.

For non-members they are ignored, so there's isn't much value in having
it here.

Additionally in my recent upstream issue triage I've changed some of the
labels so they were not accurate anyways.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
---
 .gitlab/issue_templates/bug.md     | 5 -----
 .gitlab/issue_templates/feature.md | 5 -----
 2 files changed, 10 deletions(-)

diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md
index 8a54cc2da4..f220671a06 100644
--- a/.gitlab/issue_templates/bug.md
+++ b/.gitlab/issue_templates/bug.md
@@ -17,8 +17,3 @@
 ## Additional information
 <!-- Attach XML configs, logs, stack traces, etc. Compress the files if necessary -->
 <!-- See https://libvirt.org/kbase/debuglogs.html on how to configure logging -->
-
-
-
-<!-- The line below ensures that proper tags are added to the issue. -- >
-/label ~bug
diff --git a/.gitlab/issue_templates/feature.md b/.gitlab/issue_templates/feature.md
index 50f5486701..a143aa7f45 100644
--- a/.gitlab/issue_templates/feature.md
+++ b/.gitlab/issue_templates/feature.md
@@ -23,8 +23,3 @@ Thank you for your interest in helping us to make libvirt better!


 ## Additional information
-
-
-
-<!-- The line below ensures that proper tags are added to the issue. -- >
-/label ~enhancement
-- 
2.35.3
Re: [PATCH] gitlab: issue_template: Remove labelling commands
Posted by Ján Tomko 1 year, 11 months ago
On a Wednesday in 2022, Peter Krempa wrote:
>The commands only work for users who are members of the project and thus
>can set flags themselves.
>
>For non-members they are ignored, so there's isn't much value in having
>it here.
>
>Additionally in my recent upstream issue triage I've changed some of the
>labels so they were not accurate anyways.
>
>Signed-off-by: Peter Krempa <pkrempa@redhat.com>
>---
> .gitlab/issue_templates/bug.md     | 5 -----
> .gitlab/issue_templates/feature.md | 5 -----
> 2 files changed, 10 deletions(-)
>

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

Jano