From 24b3b0bcac436c8958fceee3cbc8713b3cb7a8c7 Mon Sep 17 00:00:00 2001 From: CEHENKLE Date: Wed, 31 Jan 2024 13:46:24 -0800 Subject: [PATCH 1/5] first attempt at a Meta issue template Signed-off-by: CEHENKLE --- .github/meta.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/meta.yml diff --git a/.github/meta.yml b/.github/meta.yml new file mode 100644 index 0000000000000..b00f26af42869 --- /dev/null +++ b/.github/meta.yml @@ -0,0 +1,28 @@ +name: ન Meta Issue +description: An issue that collects other issues together to describe a larger project. +title: '[META] ' +labels: ['Meta, untriaged'] +body: + - type: textarea + attributes: + label: Please describe the end goal of this project + description: A clear and concise description of this project/endeavor. This should be understandable to someone with no context. + placeholder: Ex. Views is a way to project indices in OpenSearch, these views act as a focal point for describing the underlying data and how the data is accessed. It allows for restricting the scope and filtering the response consistently. + validations: + required: true + - type: textarea + attributes: + label: Supporting References + description: Please provide links (and descriptions!) to RFCs, design docs, etc + validations: + required: true + - 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 + validations: + required: true + + + From 91bd2f61ba0379102a97d1a8a2d99a3e63438ddb Mon Sep 17 00:00:00 2001 From: CEHENKLE <henkle@amazon.com> Date: Thu, 1 Feb 2024 11:07:47 -0800 Subject: [PATCH 2/5] moving to the right place Signed-off-by: CEHENKLE <henkle@amazon.com> --- .github/ISSUE_TEMPLATE/meta.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/meta.yml diff --git a/.github/ISSUE_TEMPLATE/meta.yml b/.github/ISSUE_TEMPLATE/meta.yml new file mode 100644 index 0000000000000..b00f26af42869 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/meta.yml @@ -0,0 +1,28 @@ +name: ન Meta Issue +description: An issue that collects other issues together to describe a larger project. +title: '[META] <title>' +labels: ['Meta, untriaged'] +body: + - type: textarea + attributes: + label: Please describe the end goal of this project + description: A clear and concise description of this project/endeavor. This should be understandable to someone with no context. + placeholder: Ex. Views is a way to project indices in OpenSearch, these views act as a focal point for describing the underlying data and how the data is accessed. It allows for restricting the scope and filtering the response consistently. + validations: + required: true + - type: textarea + attributes: + label: Supporting References + description: Please provide links (and descriptions!) to RFCs, design docs, etc + validations: + required: true + - 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 + validations: + required: true + + + From 49febfa01fd7fab26870e46efa7a6e8bd95a1eec Mon Sep 17 00:00:00 2001 From: CEHENKLE <henkle@amazon.com> Date: Thu, 1 Feb 2024 11:13:13 -0800 Subject: [PATCH 3/5] removing Signed-off-by: CEHENKLE <henkle@amazon.com> --- .github/meta.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/meta.yml diff --git a/.github/meta.yml b/.github/meta.yml deleted file mode 100644 index b00f26af42869..0000000000000 --- a/.github/meta.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: ન Meta Issue -description: An issue that collects other issues together to describe a larger project. -title: '[META] <title>' -labels: ['Meta, untriaged'] -body: - - type: textarea - attributes: - label: Please describe the end goal of this project - description: A clear and concise description of this project/endeavor. This should be understandable to someone with no context. - placeholder: Ex. Views is a way to project indices in OpenSearch, these views act as a focal point for describing the underlying data and how the data is accessed. It allows for restricting the scope and filtering the response consistently. - validations: - required: true - - type: textarea - attributes: - label: Supporting References - description: Please provide links (and descriptions!) to RFCs, design docs, etc - validations: - required: true - - 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 - validations: - required: true - - - From 1dacee98fd6baf3a75ab4efe2e051f9f6d22cb9a Mon Sep 17 00:00:00 2001 From: CEHENKLE <henkle@amazon.com> Date: Thu, 1 Feb 2024 14:10:56 -0800 Subject: [PATCH 4/5] adding sparkle Signed-off-by: CEHENKLE <henkle@amazon.com> --- .github/ISSUE_TEMPLATE/meta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/meta.yml b/.github/ISSUE_TEMPLATE/meta.yml index b00f26af42869..0061bbb2dbd72 100644 --- a/.github/ISSUE_TEMPLATE/meta.yml +++ b/.github/ISSUE_TEMPLATE/meta.yml @@ -1,4 +1,4 @@ -name: ન Meta Issue +name: ✨ Meta Issue description: An issue that collects other issues together to describe a larger project. title: '[META] <title>' labels: ['Meta, untriaged'] From 5f3da48d89643ef3df2a8254047fb1e4f70d01d4 Mon Sep 17 00:00:00 2001 From: CEHENKLE <henkle@amazon.com> Date: Fri, 2 Feb 2024 10:41:13 -0800 Subject: [PATCH 5/5] added space to [ ] and more explination Signed-off-by: CEHENKLE <henkle@amazon.com> --- .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] <title>' 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