From 29d9e0afb1cd84ad20154df1676252742d8ab935 Mon Sep 17 00:00:00 2001 From: Charlie Le Date: Tue, 29 Apr 2025 10:16:42 -0700 Subject: [PATCH 1/2] Create issue template for new blog posts Based on https://github.com/opensearch-project/project-website/blob/main/.github/ISSUE_TEMPLATE/blog_post.yml Signed-off-by: Charlie Le --- .github/ISSUE_TEMPLATE/blog_post.yml | 85 ++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/blog_post.yml diff --git a/.github/ISSUE_TEMPLATE/blog_post.yml b/.github/ISSUE_TEMPLATE/blog_post.yml new file mode 100644 index 00000000000..8e285aa7073 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/blog_post.yml @@ -0,0 +1,85 @@ +name: ✏️ New blog post +description: Create a blog post to share +title: "[BLOG] " +labels: ['new blog, enhancement, untriaged'] +projects: ["cortex/Digital Marketing Content"] +body: + + - type: markdown + attributes: + value: "## Required information " + - type: markdown + attributes: + value: | + Provide a rough description, the title, and the expected category of the blog post. + - type: textarea + attributes: + label: Describe the blog post + description: A clear and concise description of what subject the blog post will cover. + placeholder: What will it cover? + validations: + required: true + + - type: input + attributes: + label: Expected Title + description: What might the title of this post be? + placeholder: Title + validations: + required: true + - type: input + attributes: + label: Authors Name + placeholder: First Last + validations: + required: true + - type: input + attributes: + label: Authors Email + placeholder: email@example.com or Github profile + validations: + required: true + - type: input + attributes: + label: Target Draft Date + placeholder: mm/dd/yyyy + validations: + required: false + - type: dropdown + attributes: + label: Blog Post Category + description: Select all that apply + multiple: true + options: + - technical + - community + - partners + - events + - releases + default: 0 + validations: + required: true + - type: markdown + attributes: + value: "<br/> <br/> " + + - type: markdown + attributes: + value: "## Additional context " + - type: markdown + attributes: + value: | + Provide any additional info or context + - type: input + attributes: + label: Target Publication Date + placeholder: mm/dd/yyyy + validations: + required: false + + - type: textarea + attributes: + label: Additional Info + description: Provide any additional context or content that you would like to include for this blog post. + validations: + required: false From a69285e82a2c922b0ab90bf9080d424f196229af Mon Sep 17 00:00:00 2001 From: Charlie Le <charlie_le@apple.com> Date: Tue, 29 Apr 2025 10:19:42 -0700 Subject: [PATCH 2/2] Update blog_post.yml Signed-off-by: Charlie Le <charlie_le@apple.com> --- .github/ISSUE_TEMPLATE/blog_post.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/blog_post.yml b/.github/ISSUE_TEMPLATE/blog_post.yml index 8e285aa7073..bc2a9182890 100644 --- a/.github/ISSUE_TEMPLATE/blog_post.yml +++ b/.github/ISSUE_TEMPLATE/blog_post.yml @@ -2,7 +2,7 @@ name: ✏️ New blog post description: Create a blog post to share title: "[BLOG] <title>" labels: ['new blog, enhancement, untriaged'] -projects: ["cortex/Digital Marketing Content"] +projects: ["cortexproject/Digital Marketing Content"] body: - type: markdown