Skip to content

Commit 6ee1892

Browse files
Adds an issue templates for blog posts (#284)
### Description Adds an issue template for blog posts. This will help encourage issues before PRs for blog posts and aid in planning content. ### Issues Resolved n/a ### Check List - [x] Commits are signed per the DCO using `--signoff` By submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License. --------- Signed-off-by: Kyle J. Davis <[email protected]> Co-authored-by: Madelyn Olson <[email protected]>
1 parent 63f4ed7 commit 6ee1892

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: 🏢 New Blog post
3+
about: Create a blog post
4+
title: "[BLOG POST] <Put your tentative blog post title here>"
5+
labels: 'blog-post, untriaged'
6+
assignees: ''
7+
---
8+
9+
**New Blog Post**
10+
11+
This is an issue created to propose a blog post. Make sure to fill out all the fields so the team can best plan to sequence, edit, and publish your post in a timely manner.
12+
Please replace everything in `[]` before submitting.
13+
14+
**What is your proposed topic?**
15+
[Please include a 1-2 sentence description of the content of the blog].
16+
17+
**Who is writing this blog post?**
18+
[Github alias of who will be creating and responsible for addressing updates on the blog.]
19+
20+
**What is your ideal publishing date?**
21+
[Please list a date that is at least 5 business days from today. Due to other pending blog posts, review time, and project events, publish dates are best effort.]
22+
23+
**Is this blog post dependent on something else?**
24+
[Examples: the blog post needs to be published before an event, the blog post publishing date depends on a software release date, etc.]

0 commit comments

Comments
 (0)