From 5f3da48d89643ef3df2a8254047fb1e4f70d01d4 Mon Sep 17 00:00:00 2001 From: CEHENKLE Date: Fri, 2 Feb 2024 10:41:13 -0800 Subject: [PATCH] added space to [ ] and more explination Signed-off-by: CEHENKLE --- .github/ISSUE_TEMPLATE/meta.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/meta.yml b/.github/ISSUE_TEMPLATE/meta.yml index 0061bbb2dbd72..0ef42688474c3 100644 --- a/.github/ISSUE_TEMPLATE/meta.yml +++ b/.github/ISSUE_TEMPLATE/meta.yml @@ -1,5 +1,5 @@ name: ✨ Meta Issue -description: An issue that collects other issues together to describe a larger project. +description: An issue that collects other issues together to describe a larger project or activity. title: '[META] ' labels: ['Meta, untriaged'] body: @@ -19,8 +19,8 @@ body: - type: textarea attributes: label: Issues - description: Please create a list of issues that should be tracked by this meta issue, including a short description. The purpose is to provide everyone on the project with an "at a glance" update of the state us the work being tracked. - placeholder: Ex. [] https://github.com/opensearch-project/security/issues/3888 Add views to the cluster metadata schema + description: Please create a list of issues that should be tracked by this meta issue, including a short description. The purpose is to provide everyone on the project with an "at a glance" update of the state us the work being tracked. If you use the format "- [ ]" it will put your list into a checklist. + placeholder: Ex. - [ ] https://github.com/opensearch-project/security/issues/3888 Add views to the cluster metadata schema validations: required: true