Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSami Hiltunen <shiltunen@gitlab.com>2022-08-17 09:15:12 +0300
committerSami Hiltunen <shiltunen@gitlab.com>2022-08-17 09:29:38 +0300
commitf63e7e5b1e86e67cad7e5d2f4cac52deca473271 (patch)
treeb3da3a8a778541ecd747d291b3cfab97f60e4bc6
parent4807366d4977d267f86df45fdb1214110c7f927c (diff)
Include default labels in the default issue templatesmh-default-labels
This commit adds commented out type:: labels in the default issue template to make it easier to include the correct label. Additionally, the default includes the relevant tags for categorizing Gitaly work correctly. Empty lines are included in the beginning of the template so one can just start typing out the issue without first having to create new lines.
-rw-r--r--.gitlab/issue_templates/Default.md16
1 files changed, 13 insertions, 3 deletions
diff --git a/.gitlab/issue_templates/Default.md b/.gitlab/issue_templates/Default.md
index d818d9af9..f293cc904 100644
--- a/.gitlab/issue_templates/Default.md
+++ b/.gitlab/issue_templates/Default.md
@@ -1,5 +1,15 @@
-<!--
-If possible, please select a relevant template from the "Choose a template" dropdown above.
--->
+
+
+<!-- If possible, please select a relevant template from the "Choose a template" dropdown above. -->
+
+<!-- Use one of the type labels below as described at https://docs.gitlab.com/ee/development/contributing/issue_workflow.html#labels -->
+
+<!-- /label type::bug -->
+<!-- /label type::feature -->
+<!-- /label type::maintenance -->
+<!-- /label type::ignore -->
+
+<!-- The labels for categorizing the work to the Gitaly team -->
+/label Category:Gitaly group::gitaly devops::systems section::enablement
<!-- template sourced from https://gitlab.com/gitlab-org/gitaly/-/blob/master/.gitlab/issue_templates/Default.md -->