Skip to content

Create issue template for new blog posts #6728

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 85 additions & 0 deletions .github/ISSUE_TEMPLATE/blog_post.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
name: ✏️ New blog post
description: Create a blog post to share
title: "[BLOG] <title>"
labels: ['new blog, enhancement, untriaged']
projects: ["cortexproject/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 protected] 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
Loading