Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/hacktoberfest-content-submission.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Hacktoberfest Content
description: Issue template for various blog and video contributions as part of Hacktoberfest 2025
title: "Hacktoberfest Blog: <add your title here>"
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.
Loading