From 8cb6eb4185152cfbb37cc80d703ad03645b49edb Mon Sep 17 00:00:00 2001 From: taniandjerry <126204004+taniandjerry@users.noreply.github.com> Date: Wed, 1 Oct 2025 14:09:27 -0700 Subject: [PATCH] Fix Typo, Add Description to Hacktoberfest Content Issue Template (#4931) Co-authored-by: Rizel Scarlett --- .../hacktoberfest-content-submission.yml | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/hacktoberfest-content-submission.yml diff --git a/.github/ISSUE_TEMPLATE/hacktoberfest-content-submission.yml b/.github/ISSUE_TEMPLATE/hacktoberfest-content-submission.yml new file mode 100644 index 0000000000..c50851be6c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/hacktoberfest-content-submission.yml @@ -0,0 +1,30 @@ +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"] +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.