From 216910b9d3e6404a22718c35697f752c92c866f4 Mon Sep 17 00:00:00 2001 From: Theodore Kelechukwu Onyejiaku Date: Wed, 25 Sep 2024 17:16:50 +0100 Subject: [PATCH] delete blog-content-proposal.yml file --- .../ISSUE_TEMPLATE/blog-content-proposal.yml | 53 ------------------- 1 file changed, 53 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/blog-content-proposal.yml diff --git a/.github/ISSUE_TEMPLATE/blog-content-proposal.yml b/.github/ISSUE_TEMPLATE/blog-content-proposal.yml deleted file mode 100644 index d079924c..00000000 --- a/.github/ISSUE_TEMPLATE/blog-content-proposal.yml +++ /dev/null @@ -1,53 +0,0 @@ -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