Skip to content

Commit

Permalink
Update contribute to dev blog template
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Ganz committed May 26, 2022
1 parent 74def44 commit 1d80423
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions .github/ISSUE_TEMPLATE/contribute-to-developer-blog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ body:
attributes:
value: |
We're excited to hear about your idea for the dbt Developer Blog. This template will help lay out the proposed post and then we will work with on next steps!
- type: input
id: contact
attributes:
Expand All @@ -15,29 +16,3 @@ body:
placeholder: your preferred email and/or dbt Slack handle
validations:
required: true

- type: checkboxes
id: read-contribution
attributes:
label: I have read the dbt Developer Blog contrubution guidelines.
options:
- label:I have read the dbt Developer Blog contrubution guidelines.
validations:
required: true
"""
- type: textarea
attributes:
label: >
What is the topic of your post?
description: |
Please provide a short (~ 1 paragraph) summary as well as who this post is targeted towards (ie people interested in learning more about dbt snapshots or advanced Jinja users)
validations:
required: true
- type: textarea
attributes:
label: Link to the initial outline we will develop through this Issue.
description: Please link to the inital outline in Notion, or Google Docs
validations:
required: true
"""

0 comments on commit 1d80423

Please sign in to comment.