Skip to content

Commit

Permalink
Update blog-content-proposal.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodore-Kelechukwu-Onyejiaku authored Sep 25, 2024
1 parent 5e22807 commit ff39657
Showing 1 changed file with 52 additions and 2 deletions.
54 changes: 52 additions & 2 deletions .github/ISSUE_TEMPLATE/blog-content-proposal.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,53 @@
name:
description:
name: Content Proposal From Writer
description: Propose a content idea
assignees: Theodore
body:
- type: markdown
attributes:
value: |
Thank you for your time.
- type: textarea
id: idea
attributes:
label: What is your article idea?
description: Give us as much detail as possible.
validations:
required: true
- type: textarea
id: key-objectives
attributes:
label: What are the objectives of your article?
description: Provide they key things the reader will learn.
validations:
required: true
- type: dropdown
id: author-expertise
attributes:
label: What is your expertise as a developer or writer?
description: This helps us understand you better as an author.
options:
- Beginner
- Intermediate
- Advance
validations:
required: true
- type: dropdown
id: content-type
attributes:
label: What type of post is this?
description: This helps us understand the rough structure and effort needed.
options:
- Tutorial
- Best Practices
- Use cases and case studies
- Comparison Article
- Other
validations:
required: true
- type: checkboxes
id: terms
attributes:
label: Terms & Conditions
options:
- label: I have read the Write for the Community program guidelines.
required: true

0 comments on commit ff39657

Please sign in to comment.