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.