From 9c3c50497d32f1c61e297c121518002362bf24ab Mon Sep 17 00:00:00 2001 From: Rizel Scarlett Date: Wed, 1 Oct 2025 13:04:20 -0400 Subject: [PATCH 1/2] Rename Hacktobefest Blog to Hacktobefest Content --- .../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 000000000000..9b0b957463cc --- /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. From 6f77c183973cd60b3506189fb5d5091f262985cb Mon Sep 17 00:00:00 2001 From: taniandjerry <126204004+taniandjerry@users.noreply.github.com> Date: Wed, 1 Oct 2025 17:51:32 +0000 Subject: [PATCH 2/2] fixed typo, added description --- ...ent-submission.yml => hacktoberfest-content-submission.yml} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{hacktobefest-content-submission.yml => hacktoberfest-content-submission.yml} (82%) diff --git a/.github/ISSUE_TEMPLATE/hacktobefest-content-submission.yml b/.github/ISSUE_TEMPLATE/hacktoberfest-content-submission.yml similarity index 82% rename from .github/ISSUE_TEMPLATE/hacktobefest-content-submission.yml rename to .github/ISSUE_TEMPLATE/hacktoberfest-content-submission.yml index 9b0b957463cc..c50851be6cc6 100644 --- a/.github/ISSUE_TEMPLATE/hacktobefest-content-submission.yml +++ b/.github/ISSUE_TEMPLATE/hacktoberfest-content-submission.yml @@ -1,4 +1,5 @@ -name: Hacktobefest Content +name: Hacktoberfest Content +description: Issue template for various blog and video contributions as part of Hacktoberfest 2025 title: "Hacktoberfest Blog: " labels: ["hacktoberfest", "hacktoberfest-accepted"] assignees: ["ebonylouis", "blackgirlbytes", "taniandjerry"]