From 1ccb45e4b93603869cf9569e7d7de043b3ac57da Mon Sep 17 00:00:00 2001 From: Rizel Scarlett Date: Wed, 1 Oct 2025 13:31:32 -0400 Subject: [PATCH] Rename Hacktoberfest Blog to Hacktoberfest Content (#4926) --- .../hacktobefest-content-submission.yml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/hacktobefest-content-submission.yml diff --git a/.github/ISSUE_TEMPLATE/hacktobefest-content-submission.yml b/.github/ISSUE_TEMPLATE/hacktobefest-content-submission.yml new file mode 100644 index 0000000000..9b0b957463 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/hacktobefest-content-submission.yml @@ -0,0 +1,29 @@ +name: Hacktobefest Content +title: "Hacktoberfest Blog: " +labels: ["hacktoberfest", "hacktoberfest-accepted"] +assignees: ["ebonylouis", "blackgirlbytes", "taniandjerry"] +body: + - type: textarea + id: description + attributes: + label: Description + + - type: input + id: url + attributes: + label: URL + + - type: dropdown + id: kind + attributes: + label: Type + options: + - Blog post + - YouTube video + + - type: checkboxes + id: public + attributes: + label: Confirmation + options: + - label: My submission is publicly accessible right now.